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

pkcs5: simple pbes2::Params constructors #1207

Merged
merged 4 commits into from
Jan 8, 2024

Conversation

tarcieri
Copy link
Member

@tarcieri tarcieri commented Aug 27, 2023

Adds constructors which handle generating PHF salts and cipher IVs from a provided RNG.

Closes #1205

@tarcieri tarcieri force-pushed the pkcs5/simple-params-constructors branch 3 times, most recently from 2738fc5 to c17e6fb Compare August 28, 2023 20:15
baloo and others added 2 commits January 7, 2024 16:12
Adds constructors which handle generating PHF salts and cipher IVs from
a provided RNG.
@tarcieri tarcieri force-pushed the pkcs5/simple-params-constructors branch from 9cc6db3 to 482cb5b Compare January 7, 2024 23:12
@tarcieri tarcieri changed the title [WIP] pkcs5: simple pbes2::Params constructors pkcs5: simple pbes2::Params constructors Jan 7, 2024
@tarcieri tarcieri marked this pull request as ready for review January 7, 2024 23:12
@tarcieri tarcieri force-pushed the pkcs5/simple-params-constructors branch from b4109ae to ea4f6e5 Compare January 7, 2024 23:31
@tarcieri tarcieri merged commit 377290f into master Jan 8, 2024
160 checks passed
@tarcieri tarcieri deleted the pkcs5/simple-params-constructors branch January 8, 2024 01:10
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.

pkcs8: An easier way to pass in scrypt parameters?
2 participants