Tool to encrypt and decrypt files via bash using openssl
Go to file
2024-02-23 08:25:16 +00:00
.gitignore Updated 2024-02-21 11:52:14 +01:00
crypter.sh #1 - Adding filehash 2024-02-23 08:25:16 +00:00
README.md #1 - Adding filehash 2024-02-23 08:25:16 +00:00

Crypter

Script to encrypt and decrypt files easily using openssl

Howto

./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/.algos file.
Files are converted using base64 encoding.\

Files hash is checked uppon decrypting