This repository has been archived on 2026-03-10 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
d8a4eba872fbba7d1a45edd20c9450703015613c
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
Languages
Shell
100%