Skip to content

Commit a366797

Browse files
author
python36
authored
Update README.md
1 parent f1c9108 commit a366797

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ Written in Ada. Uses Raiden cypher (http://raiden-cipher.sourceforge.net/)
2020
```
2121
vibecrypt key -e|-d in_file out_file [-r]
2222
key: length from 6 to 16 characters.
23-
if length < 16 - will be supplemented with underscores \(\'\_\'\).
23+
if length < 16 - will be supplemented with spaces ' '.
2424
if length > 16 - will be truncated to 16 characters
2525
-e: encryption
2626
-d: decryption
2727
-r: rewrite file
2828
```
2929
### Example
3030
```
31-
> vibecrypt "0123456789abcdef" test_m.txt test_c.txt -r
31+
> vibecrypt "0123456789abcdef" -e test_m.txt test_c.txt -r
3232
```
3333
### Key characters
3434
The key can contain one of the characters:

0 commit comments

Comments
 (0)