Skip to content

hamedgasemi200/AES-file-encryptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easily encrypt your files symmetrically by a single key using AES algorithm to protect them from the intelligent services and the government.

python encryptor.py [DIR_PATH]

And simple run the following to decrypt them.

python decryptor.py [DIR_PATH]

Note: only 250 bytes of file names will be kept.

Required Packages

pip install pycryptodome

Releases

No releases published

Packages

No packages published

Languages