0.1.1 • Published 9 years ago

dencrypto v0.1.1

Weekly downloads
1
License
ISC
Repository
github
Last release
9 years ago

#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
    	```
0.1.1

9 years ago

0.1.0

9 years ago

0.0.21

9 years ago

0.0.20

9 years ago

0.0.19

9 years ago

0.0.18

9 years ago

0.0.17

9 years ago

0.0.16

9 years ago

0.0.15

9 years ago

0.0.14

9 years ago

0.0.13

9 years ago

0.0.12

9 years ago

0.0.11

9 years ago

0.0.1

9 years ago