liftoff / pyminifier

Pyminifier is a Python code minifier, obfuscator, and compressor.
GNU General Public License v3.0
1.45k stars 223 forks source link

Import obfuscation #52

Open Bottersnike opened 8 years ago

Bottersnike commented 8 years ago

It's less of an issue, and more of an idea (but for obfuscation it is an issue). I was looking, and imports stay the same. I was wondering if maybe you could do something like "import module as fesghkse" and then use "fesghkse" instead of "module" later in the code to make it even harder to read? Anyways, just a suggestion, -Bottersnike

sejans commented 8 years ago

I also agree this would be good

sayak-brm commented 8 years ago

Great Idea, hopefully it will be implemented.