Skip to content

vxnetrip/sourcedefender-decrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

🔓 Sourcedefender Full Decryption 🔓

💀 Decrypt SourceDefender .pye files back to their original .py source code.


What is SourceDefender?

SourceDefender is a tool used to protect python files. Make them unreadable to human eye. You can read more about this here


📝 About our project

Many .pye files increasingly contain hidden malicious code or viruses, which is why we have published a full decryption of SourceDefender-protected files. This service provides a simple and safe way to restore .pye files back to the exact .py source code as it existed before obfuscation.

Important: This service must not be used to access, redistribute, or modify code belonging to others without permission. By using the site you confirm you have the right to decrypt the uploaded file.


🚀 Quick start

  1. Go to: https://sourcedefender.onrender.com
  2. Upload your .pye file.
  3. Wait for the decryption to complete — results are presented in the browser.
  4. Source code recovered will be shown below.

🔓 What you get by using our website

  • Exact decryption of the uploaded .pye back to its original .py source code.
  • Safe and simple process without any modifications or special analysis.

👨‍🔬 How it works (high-level)

Uploaded .pye bundles are processed in the browser using sdw.min.js, which contains obfuscated code and an embedded Rust WebAssembly module. The WebAssembly simply decrypts the .pye file, producing the original .py source code. No extra analysis or modifications are performed — this is just a direct decryption.


🔧 Deeper explaination (for educatinal purposes)

We written a very deep explaination and python-based SourceDefender Decryption Tool written in Python here: https://github.com/GuardianN06/SourceUndefender


🥷 Privacy & Security

  • Uploaded files are stored temporarily for processing and deleted after decryption.
  • Files and results are deleted after processing (configurable retention window shown at upload).
  • We encrypt files in transit (HTTPS) and at rest.

📞 Contact & Support

If you need to urgently contact us, please visit our website


🧑‍💻 Source code of our website.

If you want to buy source code of this site please contact us click here


🛡️ Responsibility

Disclaimer: I am not responsible for any source code decrypted on our website. Every submitted file to our website is being deleted from our servers immediately.


🫳 Contributing

This project is only partly open source. Our decryption system is heavily obfuscated. We do not allow copying our website and re-hosting it.


❤️ Support us & say thank you.

⭐ If you enjoy our work please star our repository

BTC: bc1qpkaety7a9nzj8ffqjk27x7vcfdx6kwfypsuemc

LTC: LVsAmPKxKBxi7dXaKLH4sP6TnyEBcQwn89

DOGE: DFAqmNnSuSwhFd9vC5kygJzooT8akuhNpG

TRX, USDT(TRC20): TNHNBoMYywGAJ2cH25CfPuWwS1MLcUgz6C

ETH: 0x846E03A9954c377bfEbb160903277380b3c55EA8


⭐ Created with ❤️ by VXNET team