Hi guys, I have login screen in my project. So, i need to encrypt input password when i send it to my web services. Then decrypt it in web service. Is there any lua classes for encryption? And how can i decrypt it in web service? Thank you.
You shouldn't have your own passwords in the source code. Use something like a php script to access the services and in the gideros program access the php.
Coder, video game industry veteran (since the '80s, ❤'s assembler), arrested - never convicted hacker (in the '90s), dad of five, he/him (if that even matters!). https://deluxepixel.com
Comments
http://lua-users.org/wiki/SecureHashAlgorithm
http://regex.info/blog/lua/sha1
http://giderosmobile.com/forum/discussion/1508/post-and-get-methods/p1
http://giderosmobile.com/forum/discussion/2183/code-to-encypt-decrypt-json-data#Item_3
http://giderosmobile.com/forum/discussion/5625/simple-savegame-encryption/p1
http://giderosmobile.com/forum/discussion/1227/md5-using-gideros-bitop-plugin
http://giderosmobile.com/forum/discussion/1560/redirection-to-another-lua-page-after-downloading/p1
http://giderosmobile.com/forum/discussion/1058/gideros-rest-api-library/p1
http://giderosmobile.com/forum/discussion/5845/possible-to-store-ranking-lists-on-server/p1
https://deluxepixel.com