Quote (AbDuCt @ Mar 31 2015 12:19am)
Use hashing.
1) mobile device hashes password
2) mobile device sends hashed password
3) server checks against its own stored hashed user password
This way the password is never sent in the clear or known via the server (unless the server generates the hash for some reason but it should really be client side).
that makes sense. thank you.
edit:: this seems kinda problematic though, what if the user logs in from another device?
edit2:: nvm! seems like that won't be an issue...
https://crackstation.net/hashing-security.htmThis post was edited by oOn on Mar 30 2015 06:46pm