This repository contains a simple ransomware simulation written in assembly language (NASM x86). The script demonstrates encryption and decryption of a dummy file using XOR-based encryption. The program prompts for a decryption key and either decrypts the file or deletes it. This project is educational and is licensed under the MIT License.
-
Updated
Jan 13, 2025 - Assembly