-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
https://en.wikipedia.org/wiki/Bcrypt
https://www.npmjs.com/package/bcryptjs
Procedure for encryption:
- sanitize and validate the input (The patient identifiable information used for generating GUIDs should be validated and sanitized #3 )
- concatenate the sanitized health card number, date of birth, and project id
- bcrypt the resulting string
Metadata
Metadata
Assignees
Labels
No labels