kyleb13 / MobileAppsGroup1

Our group project for the Android mobile app in TCSS450 class.
2 stars 1 forks source link

Password Encryption #7

Closed kyleb13 closed 5 years ago

kyleb13 commented 5 years ago

The purpose is to NOT send/receive the actual password over the wire, but rather the hashed string.

Information:

sam2b commented 5 years ago

It turns out we are already using an API to do this automatically. I verified the hash is truly being stored in the database.

sam2b commented 5 years ago

This function is already part of the java script back end. (salted hash)