Skip to content

This python program Encrypts everything with AES 256 bit algorithm.

License

Notifications You must be signed in to change notification settings

ledubenjamin/Encryption-Tool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Encryption-Malware

This python program Encrypts everything with AES 256 bit algorithm.

To use the program, type on the terminal the following command,

    python <filename>.py <the directory from where you want to encrypt>
    
e.g:- python encryption.py /   (So this will encrypt everything from "root")

Do not run the above 'example' on your computer or else everything will get encrypted from the root of your computer.

To decrypt just comment out the decryption part and comment the encryption part(but not the key).

This is a very dangerous code. Use it with caution

About

This python program Encrypts everything with AES 256 bit algorithm.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%