An open API service indexing awesome lists of open source software.

https://github.com/yashk2810/encryption-tool

This python program Encrypts everything with AES 256 bit algorithm.
https://github.com/yashk2810/encryption-tool

Last synced: 5 months ago
JSON representation

This python program Encrypts everything with AES 256 bit algorithm.

Awesome Lists containing this project

README

          

# 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 .py -flag

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