Updated readme

This commit is contained in:
Frank Bischof 2024-02-02 16:01:35 +01:00
parent 3e54f98f77
commit 5f2c9d7a0a

View File

@ -1,7 +1,7 @@
# Crypter
Script to encrypt and decrypt files easily using openssl
## Howto
./crypter.sh [encrypt/decrypt] [inputfile] [outputfile]
./crypter.sh [encrypt/decrypt] [inputfile] [outputfile]
## Additional info
Uses des-ede3-cbc pbkdf2 with salt.\
Files are converted using base64 encoding.