Clenc stands for "Command Line Encryption" and is a tool for encrypting and decrypting your files via CLI.
You will be prompted for password after executing the command
Encrypt: ./clenc -target ./filename.png -mode encrypt
Decrypt: ./clenc -target ./filename.png -mode decrypt
-target
: Specifies the target folder or file to be encrypted-mode
: Sets the operationa mode eitherencrypt
ordecrypt
-workers
: Set the number of threads for operations-force
: Force multiple encryptions for same files