openssl_file_encryption/README.md

13 lines
365 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-23 08:15:40 +01:00
./crypter.sh -[e/d] [inputfile]
2024-02-21 10:29:45 +01:00
### Options
-e for encrypt
-d for decrypt
2024-02-02 16:00:39 +01:00
## Additional info
2024-02-23 09:25:16 +01:00
Uses des-ede3-cbc pbkdf2 with salt by default but can be configured in the ~/.crypter/.algos file.\
Files are converted using base64 encoding.\
Files hash is checked uppon decrypting