
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
High-security encryption tool using RSA-4096 and AES-256 with anti-debug and self-destruct.
imad213rsa is a high-security encryption tool designed to protect your Python source code using the latest military-grade cryptographic techniques, combining AES-256-GCM, RSA-4096, and deep anti-debugging layers. This tool makes decryption nearly impossible without the original private key, even for advanced analysts.
Install via pip:
pip install imad213rsa
imad213rsa yourfile.py
✅ Output will be:
yourfile_secure.py
This new file is encrypted and protected. It runs only with its embedded logic and cannot be decrypted without the internal RSA key.
# Encrypt your Python script
imad213rsa script.py
# Output: script_secure.py (encrypted, protected, and anti-debug)
| Feature | Description |
|---|---|
| AES-256 + RSA-4096 | Modern hybrid encryption (military grade) |
| Anti-Debug Layer | Terminates under any debugger or sandbox |
| Self-Destruct Code | Deletes itself when analyzed or tampered |
| Obfuscated Key | Hard-to-rebuild RSA key in reversed chunks |
| Python Native | 100% compatible with Python 3.x |
| One-Line CLI Tool | Encrypt any script with a single command |
Imad Madmad
📧 Email: madmadimado59@gmail.com
🔒 Creator of high-security Python tools
MIT License – Use responsibly.
IMAD213 RSA هي أداة لتشفير سكربتات بايثون باستخدام خوارزميات تشفير عسكرية مثل AES وRSA.
تمنع التحليل الهندسي والتجسس على الكود، وتدمر نفسها إذا تم اكتشاف أدوات مراقبة.
أداة احترافية لحماية مشاريعك البرمجية.
FAQs
High-security encryption tool using RSA-4096 and AES-256 with anti-debug and self-destruct.
We found that rsa2026 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.