openssl_file_encryption/README.md

11 lines
323 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-21 11:54:41 +01:00
Uses des-ede3-cbc pbkdf2 with salt by default but can be configured in the ~/.crypter/.keys file.\
2024-02-23 08:15:40 +01:00
Files are converted using base64 encoding.