We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1c9108 commit a366797Copy full SHA for a366797
README.md
@@ -20,15 +20,15 @@ Written in Ada. Uses Raiden cypher (http://raiden-cipher.sourceforge.net/)
20
```
21
vibecrypt key -e|-d in_file out_file [-r]
22
key: length from 6 to 16 characters.
23
- if length < 16 - will be supplemented with underscores \(\'\_\'\).
+ if length < 16 - will be supplemented with spaces ' '.
24
if length > 16 - will be truncated to 16 characters
25
-e: encryption
26
-d: decryption
27
-r: rewrite file
28
29
### Example
30
31
- > vibecrypt "0123456789abcdef" test_m.txt test_c.txt -r
+ > vibecrypt "0123456789abcdef" -e test_m.txt test_c.txt -r
32
33
### Key characters
34
The key can contain one of the characters:
0 commit comments