0.1.1 • Published 10 years ago

dencrypto v0.1.1

Weekly downloads
1
License
ISC
Repository
github
Last release
10 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

10 years ago

0.1.0

10 years ago

0.0.21

10 years ago

0.0.20

10 years ago

0.0.19

10 years ago

0.0.18

10 years ago

0.0.17

10 years ago

0.0.16

10 years ago

0.0.15

10 years ago

0.0.14

10 years ago

0.0.13

10 years ago

0.0.12

10 years ago

0.0.11

10 years ago

0.0.1

10 years ago