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.
7be5c8ee7ea0a6ac9a897f86ab9daf10e87dd7f9
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%