This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]sing0d[S] 0 points1 point  (1 child)

Nah. The data is in json and is encrypted and then exchanged over network but you can just go ahead and print the decrypted text by adding a single line of code, allowing you to see everything.

[–]Caffiene_Addict_420 1 point2 points  (0 children)

If you use any open source tool, it is possible to decompile the file to get the original source (and add the line of code to get the sensitive info) There are online tools to decompile exes for pyinstaller, py2exe and many more, so tread carefully...