Skip to content

Mezzo-utf/projeto_ransomware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Simple Python Ransomware 🛡️

This is a simple educational ransomware project designed for learning and demonstration purposes. It encrypts files using the AES (Advanced Encryption Standard) algorithm in CTR mode, making the data unreadable until decrypted with the correct key.

⚠️ WARNING: This project is strictly for educational purposes. Using this code for malicious activities is illegal and punishable by law. The author is not responsible for any misuse of this software.


🚀 Features

  • Encrypts a file using the AES algorithm.
  • Deletes the original file after encryption.
  • Saves the encrypted file with a .crypto extension.
  • Includes a decryption script to restore the encrypted files.

🛠️ Technologies Used

  • Python: Main programming language used for the project.
  • PyAES: Library for implementing AES encryption.

📂 Project Structure

  • encrypter.py: Main script for encrypting files.
  • decrypter.py: Script for decrypting files using the same key.

About

Creation of a "concept code" of a ransomware

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages