Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add password hashing #1

Merged
merged 1 commit into from
Jan 4, 2020
Merged

Add password hashing #1

merged 1 commit into from
Jan 4, 2020

Conversation

vinc
Copy link
Owner

@vinc vinc commented Jan 3, 2020

Password Hashing Version 1

PBKDF2-HMAC-SHA256 + BASE64

Fields:

<version>$<c>$<salt>$<hash>

Example:

1$AAAQAA$PDkXP0I8O7SxNOxvUKmHHQ$BwIUWBxKs50BTpH6i4ImF3SZOxADv7dh4xtu3IKc3o8

@vinc vinc self-assigned this Jan 3, 2020
@vinc vinc merged commit 5c9318d into master Jan 4, 2020
@vinc vinc deleted the feature/password-hashing branch January 4, 2020 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant