davidteather / python-obfuscator

I got tired of writing good code so I made good code to make bad code
MIT License
151 stars 33 forks source link

Setting more than one variables at the same time only obfuscates the last #23

Open none-None1 opened 10 months ago

none-None1 commented 10 months ago

When I obfuscate:

a,b,c,d=1,2,3,4

after removing all the random variables, I get:

a,b,c,K170710586507698851=1,2,3,4