Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hamsycodes/ransomwarepython-poc
This is a Ransomware Simulation in Python. It encrypts and decrypts the data (i.e. either a txt or png file) using a predefined key. If there is no key, encryption and decryption cannot be performed.
https://github.com/hamsycodes/ransomwarepython-poc
cybersecurity python ransomware security
Last synced: 2 days ago
JSON representation
This is a Ransomware Simulation in Python. It encrypts and decrypts the data (i.e. either a txt or png file) using a predefined key. If there is no key, encryption and decryption cannot be performed.
- Host: GitHub
- URL: https://github.com/hamsycodes/ransomwarepython-poc
- Owner: hamsycodes
- Created: 2024-11-27T11:48:36.000Z (26 days ago)
- Default Branch: main
- Last Pushed: 2024-12-08T18:15:56.000Z (15 days ago)
- Last Synced: 2024-12-08T19:23:21.574Z (15 days ago)
- Topics: cybersecurity, python, ransomware, security
- Language: Python
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RansomwarePython-PoC
Ransomware is a type of malicious software (malware) designed to block access to a computer system, its files, or its data until a sum of money (ransom) is paid. It often encrypts files or locks systems, making them inaccessible to the user.
This is a Ransomware Simulation in Python. It encrypts and decrypts the data (i.e. either a txt or png file) using a predefined key. If there is no key, encryption and decryption cannot be performed.Components:
- Seperate Python Files for Encrypting and Decrpting the PNG and TXT Files.
- Key File (Stores the key used for encrypting and decrypting the data)
- TXT File (Sample Text File)
- PythonLogo File (Sample PNG)