Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
best way to store passwords inside an app — Gideros Forum

best way to store passwords inside an app

Hi, I use an AES encrypted db in my app, and I'd like to know your opinion on what is the safest way to store the AES passwords.
I don't think this is a real concern, but I've read around that you should never put your passwords "in plain sight" inside your code because with a "disassembly" (?) those would be easily accessed and the security broken.. assuming that someone is willing to do it, which I don't think on my app.. however, if there is a best way to store my passwords I'd like to follow it.

I was planning to encrypt my assets through the gideros export window, but I don't know if that would be enough to give that extra layer of security, or if it's still better to scramble the strings with some trick..
What do you think?

Thank you :smile:

Comments

Sign In or Register to comment.