dev #2

Merged
wtfawk merged 2 commits from dev into main 2024-02-23 09:25:43 +01:00
Showing only changes of commit 2f57010c2c - Show all commits

View File

@ -1,10 +1,10 @@
# Crypter
Script to encrypt and decrypt files easily using openssl
## Howto
./crypter.sh -[e/-d] [inputfile]
./crypter.sh -[e/d] [inputfile]
### Options
-e for encrypt
-d for decrypt
## Additional info
Uses des-ede3-cbc pbkdf2 with salt by default but can be configured in the ~/.crypter/.keys file.\
Files are converted using base64 encoding.
Files are converted using base64 encoding.