1

I am writing some personal information like account password in .py file. Is there any way so that no can read the content of file but can run it like exe in C++ or C#. In short reverse engineering should not be possible.

mkkhedawat
  • 1,687
  • 2
  • 17
  • 34
  • The equivalent program written in C would be just as reverse engineerable. Heck, running [`strings`](http://unixhelp.ed.ac.uk/CGI/man-cgi?strings) would probably do it. – user2357112 Dec 02 '14 at 06:40
  • u might wanna look in `pyCrypto` – Ansh David Dec 02 '14 at 07:21
  • If you got some sort of string that is unique to your computer, and used it to encrypt/decrypt the password, that would make it so at least it could only be decrypted on your computer... not exactly secure, but a little bit better. – TehTris Dec 02 '14 at 17:52

0 Answers0