Skip to content

docs: Add crypto PBKDF2 and deriveKey documentation - #2186

Merged
inancgumus merged 1 commit into
mainfrom
add/crypto-pbkdf2
Feb 5, 2026
Merged

docs: Add crypto PBKDF2 and deriveKey documentation#2186
inancgumus merged 1 commit into
mainfrom
add/crypto-pbkdf2

Conversation

@inancgumus

@inancgumus inancgumus commented Feb 4, 2026

Copy link
Copy Markdown
Contributor

Summary

Documents the PBKDF2 key derivation support added in grafana/k6#5380:

  • Add Pbkdf2Params and deriveKey method documentation
  • Update deriveBits and importKey with PBKDF2 support
  • Update supported algorithms tables

Add documentation for the new PBKDF2 key derivation support:

- Add Pbkdf2Params documentation with properties (name, hash, salt, iterations)
- Add deriveKey method documentation with supported algorithms
- Update deriveBits to include PBKDF2 support and add Throws section
- Update importKey with PBKDF2 constraints (extractable=false, raw format only)
- Update supported algorithms tables to include PBKDF2

This documents the changes for grafana/k6#5380
@inancgumus
inancgumus requested review from a team and heitortsergent as code owners February 4, 2026 23:07
@inancgumus
inancgumus requested review from AgnesToulet and joanlopez and removed request for a team February 4, 2026 23:07
@inancgumus inancgumus self-assigned this Feb 4, 2026
@github-actions

github-actions Bot commented Feb 4, 2026

Copy link
Copy Markdown
Contributor

💻 Deploy preview deleted (docs: Add crypto PBKDF2 and deriveKey documentation).

@inancgumus

inancgumus commented Feb 4, 2026

Copy link
Copy Markdown
Contributor Author

Hi, @rahulmedicharla, could you review the documentation for this PR?

Feel free to send your suggestions if you find something is missing. Thanks!

@rahulmedicharla

Copy link
Copy Markdown

Hi, @rahulmedicharla, could you review the documentation for this PR?

Feel free to send your suggestions if you find something is missing. Thanks!

lgtm!

@AgnesToulet AgnesToulet left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@inancgumus
inancgumus merged commit 8559044 into main Feb 5, 2026
10 checks passed
@inancgumus
inancgumus deleted the add/crypto-pbkdf2 branch February 5, 2026 14:53
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.

3 participants