-
Notifications
You must be signed in to change notification settings - Fork 2
Create the hashing functions #3
Copy link
Copy link
Open
Description
Create a Hashing.js file and create two functions
- generateAnionKey() := given the password(hashed from the frontend) and email, output the hashed value (put this in the backend, in a helper folder)
- generatePrivateKey() := given the password, email and a salt, output the hashed value (Put this in the frontend, in the helper folder (again))
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels