openssl_file_encryption/README.md

8 lines
235 B
Markdown
Raw Normal View History

2024-02-02 16:00:39 +01:00
# Crypter
Script to encrypt and decrypt files easily using openssl
## Howto
2024-02-02 16:01:35 +01:00
./crypter.sh [encrypt/decrypt] [inputfile] [outputfile]
2024-02-02 16:00:39 +01:00
## Additional info
Uses des-ede3-cbc pbkdf2 with salt.\
Files are converted using base64 encoding.