Python Code Obfuscation[help] - Programming - Nairaland
Nairaland Forum › Science/Technology › Programming › Python Code Obfuscation[help] (1739 Views)
| Python Code Obfuscation[help] by blink6(op): 9:05pm On Oct 04, 2014 |
hi guys!, please, am on a project which happens to be python one. now, I want to obfuscate it in other to hide my code from reverse engineering. is there any app or method to do this? thanks. |
| Re: Python Code Obfuscation[help] by Seun(mod): 9:46pm On Oct 04, 2014 |
You can distribute just the .pyc files that are created when you run your code. They are not exactly obfuscated but most people can't read them. |
| Re: Python Code Obfuscation[help] by Seun(mod): 9:46pm On Oct 04, 2014 |
-- |
| Re: Python Code Obfuscation[help] by blink6(op): 4:40am On Oct 05, 2014 |
Seun:first of, an glad u of all persons here replied me. seems yuh a python lover. nevertheless, is there any other method aside the one you gave? thanks. |
| Re: Python Code Obfuscation[help] by umaryusuf(m): 7:05am On Oct 05, 2014 |
Maybe this article will help: http://jbremer.org/python-source-obfuscation-using-asts/ |
| Re: Python Code Obfuscation[help] by donphoenix: 12:58am On Oct 12, 2014 |
are you trying to secure the final exe or the .py file? If its d exe. Den a simple crypter will suffice. It works by takin d binary code, splicin it nd encryptin it wt an algorithm lyk rc4 or aes den attachin a decryption stub wt it dat decrypts d code in memory only at runtime usin d decryption key u provided. If d exe is decompiled or haxored, the person will only get junk unreadable/unusable code. |
| Re: Python Code Obfuscation[help] by blink6(op): 12:48pm On Oct 14, 2014 |
donphoenix:the .py file content. |
| Re: Python Code Obfuscation[help] by donphoenix: 1:32pm On Oct 14, 2014 |
blink6:same method will still work but you'll b using a base64 cipher stream. It wont give you the function of using an encryption key but your will be obfuscated enough |
Check Out My Python Code For Giving You The Date/time You Are Currently. • Python Code For Birthday Reminder • Please Help With This Python Code • 2 • 3 • 4
HTML Is Not A Programming Language? YES Or NO • Google And Udacity Launches Android Nanodegree To Teach Coding • Datanemesis 1: In The Minds Of Nairaland, Seun Give Us A Copy !