2024-02-02 16:01:35 +01:00
2024-02-02 15:49:55 +01:00
2024-02-02 16:01:35 +01:00

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.

Description
Tool to encrypt and decrypt files via bash using openssl
Readme 39 KiB
Languages
Shell 100%