mirror of
https://codeberg.org/smukx/Rust-for-Malware-Development
synced 2026-06-06 20:22:59 +00:00
28e7fac1d3
Rust-for-Malware-Development is an collection of proof of concepts with techniques and advanced evasion methods
Madryga Encryption algorithm
This Rust program implements a simplified version of the Madryga encryption algorithm to encrypt and decrypt files in a specified directory. It processes files recursively, encrypting them with a .bin extension and decrypting files with a .bin extension to a .decrypted extension.
PoC
Comparison
Credits / Resources
- Cocomelonc demonstration: https://cocomelonc.github.io/malware/2024/01/16/malware-cryptography-24.html