Skip to content
New issue

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

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

Already on GitHub? # to your account

pw_hash not provide yescrypt hash type #1445

Open
kapouik opened this issue Jan 2, 2025 · 0 comments
Open

pw_hash not provide yescrypt hash type #1445

kapouik opened this issue Jan 2, 2025 · 0 comments

Comments

@kapouik
Copy link

kapouik commented Jan 2, 2025

Use Case

Since debian 11, yescrypt is used by default to encrypt pam password. It's also the default method for many other Linux distribution.
The french cyber security organisation (ANSII) oblige all the french gouvernment and many french company to use yescrypt.
As it, pw_hash must provide yescrypt option.

Describe the Solution You Would Like

pw_hash should support yescrypt.

pw_hash($password, 'yescrypt', $salt)

And giving and hash like : $y$xxxxxxxxxxxxxxxxxx

Describe Alternatives You've Considered

The only alternative I found is not using pw_hash and inject directly the hash in puppet.

Additional Context

N/A

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant