Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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:


  1. Seperate Python Files for Encrypting and Decrpting the PNG and TXT Files.

  2. Key File (Stores the key used for encrypting and decrypting the data)

  3. TXT File (Sample Text File)

  4. PythonLogo File (Sample PNG)

Below I have pasted the link for the entire blogpost.




Recent Article 0