<div dir="ltr">Ok experts I need to protect username and password items in some Python3.3 code I am writing. <div><br></div><div>Let me clarify, I don't care here about protecting the program itself i.e. using <div><br>
</div><div>else:</div><div> main()</div><div><br></div><div>to work around my username password input, I simply don't want to reveal username and password info.</div><div><br></div><div>I see md5, hashlib etc. but my program will be up against some BIG CORPS and I need to make it as painful a process possible for someone to get username(typically email) and password information from my program.</div>
<div><br></div><div>I am considering using subprocess to achieve this if necessary. </div><div><br></div><div>Thanks in advance!</div><div><br></div><div>Paul Smith</div><div><br></div><div><br></div></div></div>