A Ransomware Simulation Tool that encrypts and decrypts files in a selected folder using AES-256 encryption. This project is for educational purposes only to demonstrate how ransomware attacks encrypt data and how recovery works.
β Encrypt files in a directory (Simulate Ransomware Attack)
β Decrypt files (Recovery mechanism using a private key)
β GUI Interface with Tkinter for easy usage
β Uses AES-256 encryption for security
pip install cryptography