Skip to content

NorthNo/filecryptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Python File Encryptor-Decryptor

The main purpose of the program is to encrypt the files that you want to keep secret by giving them a key value and to ensure confidentiality by decrypting them with this key value whenever you want. You can examine the function of the code through the comment lines in the code sequence, through the file I explained.

Installing

git clone https://github.com/NorthNo/filecryptor
cd filecryptor
pip install -r requirements.txt

Using FileCryptor

The program might get 3 argument, its target file path, -d decode or -e encode and your private key you can use random key but dont forget it you need again for decode.
python whatainnocentprogram.py target_file_path (-d or -e) key(int)

License

I dont have because its a fckn 86 line nvm Thanks for using.

About

Python file encryption-decryption

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages