Updated addinfo

This commit is contained in:
Frank Bischof 2024-02-21 11:54:41 +01:00
parent a9dc2069a8
commit dcd237f8d8
2 changed files with 1 additions and 2 deletions

View File

@ -6,5 +6,5 @@ Script to encrypt and decrypt files easily using openssl
-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 $KEY variable.\ 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.

1
keys
View File

@ -1 +0,0 @@
KEYS="-des-ede3-cbc -pbkdf2"