easy-hash-tools
v1.0.0
Published
hashpassword(plain: string) = returns hashed password<br> verifyPassword(plainPassword: string, hashedPassword: string) = returns true (or) false. (true if password is correct)
Downloads
70
Readme
hashpassword(plain: string) = returns hashed password verifyPassword(plainPassword: string, hashedPassword: string) = returns true (or) false. (true if password is correct)