Initial release

This commit is contained in:
Frank Bischof 2024-02-02 16:00:39 +01:00
parent 8923d45ac5
commit 3e54f98f77

7
README.md Normal file
View File

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