I am running a script which is accessing sites and providing account credentials. Is there a way to encrypt my python code to hide the login credentials?
Any approach will be highly appreciated. TIA
as i saied.... if you open a pyc file in a hex viewer or text editor, you may see strings, variable-, class-names in plain text.igreenius wrote:Thanks guys!
I think the pyc format is enough for this one but I'll try other advanced methods like you guys said when things got 'serious'. : )