Use RTPasswordInformation for verifying instead of Regex #1

Closed
opened 2016-04-26 10:50:03 -07:00 by sikofitt · 1 comment
sikofitt commented 2016-04-26 10:50:03 -07:00 (Migrated from github.com)

Right now the VerifyHash method uses the regex '^($2\w{1}$)(\d{2})$([./0-9A-Za-z]{22})' to extract the salt and type.
We should use RTPasswordInformation instead, less dependencies.

Right now the VerifyHash method uses the regex **_'^(\$2\w{1}\$)(\d{2})\$([./0-9A-Za-z]{22})'_** to extract the salt and type. We should use RTPasswordInformation instead, less dependencies.
sikofitt commented 2016-11-03 14:31:18 -07:00 (Migrated from github.com)

Commit fe19f3bc49 addresses this and fixes #4

Commit fe19f3bc4900d24198148f82803f9d83e620f465 addresses this and fixes #4
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: eric/pascal_bcrypt#1
No description provided.