Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

create script to encrypt files and folder

usage

python encrypt.py path(file or folder)

examples: python encrypt.py test.txt(file) or python eccrypt.py ./testdir(folder)

encrypted files("original_file_name.bin") will be generated in original location after the program running