Skip to content

ZsoltFejes/crypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Crypt Project

Help

usage: crypt [-h] -s [SOURCE] [-v] [-e] [-d] [-r] [-p [PASSWORD]]
             [-o [OUTPUT]]

Crypt uses AES256-CBC to encrypt/decrypt files.

required arguments:
  -s [SOURCE], --source [SOURCE]
                        Path to Source File

optional arguments:
  -e, --encrypt         Encrypt
  -d, --decrypt         Decrypt
  -r, --remove          Remove rouce file after encrypted/decrypted
  -p [PASSWORD], --password [PASSWORD]
                        Encyption/Decryption Password
  -o [OUTPUT], --output [OUTPUT]
                        Output file, otherwise the file will be called
                        [source].aes

Installation

Linux

Run the following command in cli:

bash <(curl -s https://raw.githubusercontent.com/ZsoltFejes/crypt/master/install.sh)

About

Crypt uses AES256-CBC to encrypt/decrypt files

Resources

License

Stars

Watchers

Forks

Packages

No packages published