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

Set output length of C::P::Argon2 hashes to 16 #1304

Merged
merged 1 commit into from
Oct 20, 2023

Conversation

stigtsp
Copy link
Member

@stigtsp stigtsp commented Oct 19, 2023

Since the default output hash length in Crypt::Passphrase::Argon2 changed from 16 to 32 in 0.009, some tests that expected the passphrase to be unchanged started failing.

This PR fixes the output length to 16 bytes so tests work on C::P::Argon2 0.009

Since the default lengths in Crypt::Passphrase::Argon2 changed from 16
to 32 in in 0.009, some tests that expected the passphrase to be
unchanged started failing.
stigtsp added a commit to stigtsp/nixpkgs that referenced this pull request Oct 20, 2023
Since the default lengths in Crypt::Passphrase::Argon2 changed from 16
to 32 in in 0.009, some tests that expected the passphrase to be
unchanged started failing.

NixOS/hydra#1304
@dasJ dasJ merged commit 33f8a36 into NixOS:master Oct 20, 2023
1 check passed
stigtsp added a commit to NixOS/nixpkgs that referenced this pull request Oct 20, 2023
Since the default lengths in Crypt::Passphrase::Argon2 changed from 16
to 32 in in 0.009, some tests that expected the passphrase to be
unchanged started failing.

NixOS/hydra#1304
stigtsp added a commit to NixOS/nixpkgs that referenced this pull request Oct 23, 2023
Since the default lengths in Crypt::Passphrase::Argon2 changed from 16
to 32 in in 0.009, some tests that expected the passphrase to be
unchanged started failing.

NixOS/hydra#1304
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