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.
5f2c9d7a0a9122f0b03430af37caf1e09e3bfc91
Crypter
Script to encrypt and decrypt files easily using openssl
Howto
./crypter.sh [encrypt/decrypt] [inputfile] [outputfile]
Additional info
Uses des-ede3-cbc pbkdf2 with salt.
Files are converted using base64 encoding.
Languages
Shell
100%