Skip to content

Commit

Permalink
final changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhinandan-Khurana committed Mar 6, 2024
1 parent 607d500 commit e19ef73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@ Encounter a superior layer of security with this file encryption and decryption

```bash
go run . help
EncryptGuard.exe help
EncryptGuard help
```

<b>Encrypt</b>

```bash
go run . encrypt test.jpeg
EncryptGuard.exe encrypt test.jpeg
EncryptGuard encrypt test.jpeg
```

<b>Decrypt</b>

```bash
go run . decrypt test.jpeg
EncryptGuard.exe decrypt test.jpeg
EncryptGuard decrypt test.jpeg
```

<br>
Expand Down

0 comments on commit e19ef73

Please sign in to comment.