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

Support pbkdf2 with PHC format? #245

Closed
IoTThinks opened this issue Sep 11, 2022 · 3 comments
Closed

Support pbkdf2 with PHC format? #245

IoTThinks opened this issue Sep 11, 2022 · 3 comments

Comments

@IoTThinks
Copy link

Hi all,
Does the library support pbkdf2 with PHC format?
Some of my programs start to use pbkdf2 with PHC format.
https://github.com/P-H-C/phc-string-format/blob/master/phc-sf-spec.md#specification

pbkdf2 with PHC format:
$pbkdf2-sha512$i=10000,l=32$WOmVx2TXXXXXX85Hk/LtiA$lE1AXXXXXXd4tqX3Ebg0wu9cJhbQF6gcd0FIWzVcA5k

Current PBKDF2 format
PBKDF2$sha512$10000$oWJmWbLOQuiXXXXXXKk58Q$tdXCk6r4V6Htxzd7CgBx/DrmCxcXfcOAudhQ1XXXXXX

Thanks a lot and have a nice day.

@IoTThinks
Copy link
Author

Added some hints to convert into PHC format.

https://meta.discourse.org/t/export-password-hashes-in-the-phc-format/133805

@iegomez
Copy link
Owner

iegomez commented Sep 28, 2022

It does not at the time, but I would welcome a contribution to support it.
Alternatively, I could implement it myself, but I can't give an ETA for it other than "not soon".

@iegomez
Copy link
Owner

iegomez commented Feb 17, 2023

I'm closing this issue since no one has contributed with the requested support and, as mentioned, my ETA for such feature remains to be "not soon".

Feel free to open another issue if you want to contribute with such implementation.

Cheers!

@iegomez iegomez closed this as completed Feb 17, 2023
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

No branches or pull requests

2 participants