#1 - Removed typo in readme
This commit is contained in:
parent
94d61e3a97
commit
2f57010c2c
@ -1,10 +1,10 @@
|
|||||||
# Crypter
|
# Crypter
|
||||||
Script to encrypt and decrypt files easily using openssl
|
Script to encrypt and decrypt files easily using openssl
|
||||||
## Howto
|
## Howto
|
||||||
./crypter.sh -[e/-d] [inputfile]
|
./crypter.sh -[e/d] [inputfile]
|
||||||
### Options
|
### Options
|
||||||
-e for encrypt
|
-e for encrypt
|
||||||
-d for decrypt
|
-d for decrypt
|
||||||
## Additional info
|
## Additional info
|
||||||
Uses des-ede3-cbc pbkdf2 with salt by default but can be configured in the ~/.crypter/.keys file.\
|
Uses des-ede3-cbc pbkdf2 with salt by default but can be configured in the ~/.crypter/.keys file.\
|
||||||
Files are converted using base64 encoding.
|
Files are converted using base64 encoding.
|
||||||
|
Loading…
Reference in New Issue
Block a user