Skip navigation links
H N V 

H

hashUserPassword(User) - Static method in class NSALoginController
This function takes the password from the User class and hashes it.

N

NSALoginController - Class in <Unnamed>
The NSALoginController class handles password hashing and verification for the User class.

V

verifyPassword(User) - Static method in class NSALoginController
This function uses the password and salt in the User to generate a hash, then compares that hash to the original hash value.
H N V 
Skip navigation links