FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

doc: use length argument in pbkdf2Key by tniessen · Pull Request #51066 · nodejs/node · GitHub

/ node Public

doc: use length argument in pbkdf2Key - #51066

Merged
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
tniessen:doc-webcrypto-pbkdf2key-length
Dec 7, 2023
Merged

doc: use length argument in pbkdf2Key#51066
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
tniessen:doc-webcrypto-pbkdf2key-length

Conversation

tniessen commented Dec 5, 2023

Copy link
Copy Markdown
Member

The optional length argument is supposed to determine the length of the AES-GCM key, so it may be 128, 192, or 256.

The optional `length` argument is supposed to determine the
length of the AES-GCM key, so it may be 128, 192, or 256.

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/crypto

nodejs-github-bot added crypto Issues and PRs related to the crypto subsystem. doc Issues and PRs related to the documentations. labels Dec 5, 2023
panva added author ready PRs that have at least one approval, no outstanding review comments, and a CI started. commit-queue Add this label to land a pull request using GitHub Actions. labels Dec 6, 2023
nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Dec 7, 2023
nodejs-github-bot merged commit 8cdb7ca into nodejs:main Dec 7, 2023

Copy link
Copy Markdown
Collaborator

Landed in 8cdb7ca

RafaelGSS pushed a commit that referenced this pull request Dec 15, 2023
The optional `length` argument is supposed to determine the
length of the AES-GCM key, so it may be 128, 192, or 256.

PR-URL: #51066
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
RafaelGSS mentioned this pull request Dec 15, 2023
richardlau pushed a commit that referenced this pull request Mar 25, 2024
The optional `length` argument is supposed to determine the
length of the AES-GCM key, so it may be 128, 192, or 256.

PR-URL: #51066
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
richardlau mentioned this pull request Mar 25, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. crypto Issues and PRs related to the crypto subsystem. doc Issues and PRs related to the documentations. webcrypto

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants


Back | FazBrowse Home | New Git URL