Quote:
Originally Posted by funhacker
For future reference, majority of App development is extremely easy to reverse and peek into. With current version of EO that isn't an issue, however if the day comes that people use their own sources here I'd use a more secure way than hardcoding the seed and hash methods into a mobile application.
|
Thanks for comment, @funhacker.
I don't know if I understood what you meant to say.
I just have converted the original md5.js, by changing the sintaxes to the new Languages
I am using it in this way:
In App, the User realizes Login, then the C# will encrypt the password to MD5. Now, the App will send this MD5 to a PHP (on server) that will get the Password of Database and compare if Client MD5 is matching with Database MD5.
I think that way is as secure as Eo Client. And I think Eo Client does exactly these steps