Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 577 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 577 Bytes

Encryption-Malware

This python program Encrypts everything with AES 256 bit algorithm.

Usage

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

python <filename>.py -flag <the directory from where you want to encrypt>

Encryption

e.g:- python -e encryption.py /   (So this will encrypt everything from "root")

Decryption

e.g:- python -d encryption.py /

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

Note

This is a very dangerous code. Use it with caution