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

Added possibility to use secure hashes to store passwords #1172

Merged
merged 4 commits into from
Nov 6, 2019
Merged

Added possibility to use secure hashes to store passwords #1172

merged 4 commits into from
Nov 6, 2019

Conversation

martinspielmann
Copy link
Contributor

Addresses #1166

PBKDF2WithHmacSHA256 is used instead of MD5.
https://www.owasp.org/index.php/Hashing_Java was used as a reference for the implementation

@flaix flaix added this to the 1.9.0 milestone Jan 1, 2017
@flaix
Copy link
Member

flaix commented Mar 19, 2017

With which setup did you test this? OS, Java vendor and version?

@martinspielmann
Copy link
Contributor Author

Linux (Fedora), openjdk-8
I am able to test against Windows7, Oracle JRE 7 later this day

@flaix
Copy link
Member

flaix commented Mar 22, 2017 via email

@martinspielmann
Copy link
Contributor Author

Not as soon as I thought, but finally verified: Windows 7/Oracle JRE 7 is woking fine

@flaix flaix merged commit c7f7502 into gitblit-org:master Nov 6, 2019
@martinspielmann martinspielmann deleted the 1166_more_secure_password_hashes branch November 6, 2019 19:13
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.

2 participants