-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Right now, the thiskey.key file is just sitting there, making it easy for anyone to grab. Instead of deleting it outright, we first send it to a remote location where only we can access it. Once that’s done, we delete the local thiskey.key file.
Now, about main.py—if we just give that directly, anyone can see the code. Instead, we embed it inside a compiled C or Java program. When that .out or .class file runs, it reconstructs and executes the Python script dynamically. To anyone else, it just looks like a normal compiled file, but in reality, it brings back the .py file, runs it, and then sends the key to a secure location before deleting it.
We can also drop a note.txt or something just to mess with them, saying stuff like "You've been hacked" or whatever fits.