python-obfuscator
python-obfuscator copied to clipboard
Setting more than one variables at the same time only obfuscates the last
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