https://github.com/scarlet-oni/ransomware
A simple ransomware program that encrypts just one file
https://github.com/scarlet-oni/ransomware
cryptography cyber-security cybersecurity openssl python python3 ransomware
Last synced: about 1 year ago
JSON representation
A simple ransomware program that encrypts just one file
- Host: GitHub
- URL: https://github.com/scarlet-oni/ransomware
- Owner: scarlet-oni
- Created: 2025-01-25T05:20:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-12T05:49:02.000Z (over 1 year ago)
- Last Synced: 2025-05-30T17:41:09.233Z (about 1 year ago)
- Topics: cryptography, cyber-security, cybersecurity, openssl, python, python3, ransomware
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
###### ## ## ## ##### ##### ## ## ## ## ## ###### #######
## ## #### ### ## ## ## ## ## ### ### ## ## #### ## ## ## #
## ## ## ## #### ## # ## ## ####### ## ## ## ## ## ## ## #
##### ## ## ## #### ##### ## ## ####### ## # ## ## ## ##### ####
## ## ###### ## ### ## ## ## ## # ## ####### ###### ## ## ## #
## ## ## ## ## ## ## ## ## ## ## ## ### ### ## ## ## ## ## #
#### ## ## ## ## ## ##### ##### ## ## ## ## ## ## #### ## #######
_________________________________________________________________________________________
ABOUT
_________________________________________________________________________________________
Description: A simple ransomware program that encrypts just one file
Program: Ransomware
Languages: Python 3.12.7
Tested on: Linux 6.11.2
Author: scarlet-oni
_________________________________________________________________________________________
PROGRAM LAUNCH
_________________________________________________________________________________________
# generating keys
openssl genrsa -out keys.key 1024 # generating a key pair
openssl rsa -in keys.key -pubout -out public.key # extract public key
echo "Simple text" > file.txt # create a file that will later be encrypted
# running the script
# python3 ransomware.py
python3 ransomware.py file.txt
__________________________________________________________________________________________
LEGAL STATEMENT
__________________________________________________________________________________________
By downloading, modifying, redistributing, and/or executing ransomware, the
user agrees to the contained LEGAL.txt statement found in this repository.
I, scarlet-oni, the creator, take no legal responsibility for unlawful actions
caused/stemming from this program.
Use responsibly and ethically!