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.
- Host: GitHub
- URL: https://github.com/yashk2810/encryption-tool
- Owner: yashk2810
- License: mit
- Created: 2015-09-17T03:14:54.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-23T08:49:36.000Z (about 8 years ago)
- Last Synced: 2025-03-30T23:05:22.464Z (6 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 23
- Watchers: 5
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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