UNPKG

dencrypto

Version:
17 lines (15 loc) 507 B
#dencrypto: A file encryption program - ##usage: ``` encrypt -d ./folder --delete -p mypassword decrypt -d ./folder --delete -p mypassword ``` - ##options: use encrypt or decrypt keywords to choose the type of action ``` -d or --directory [folder_path] #the folder to be encrypted -f or --file [file_path] #the file to be encrypted --delete - delete the source #file after encryption (works both ways) -p or --password [password] #set a custom password -n set the number of concurrent jobs ```