We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PBES2-HS384+A192KW
PBES2-HS512+A256KW
Currently, SHA-256 seems to be hardcoded in the KDF:
jwt-webtool/src/js/app.js
Lines 274 to 278 in 03fd42c
However, the RFC specifically asks for SHA-384 and SHA-512 respectively, not just different key lengths.
The text was updated successfully, but these errors were encountered:
Ahhh, thank you for the bug report. Fixed in this commit.
Sorry, something went wrong.
No branches or pull requests
Currently, SHA-256 seems to be hardcoded in the KDF:
jwt-webtool/src/js/app.js
Lines 274 to 278 in 03fd42c
However, the RFC specifically asks for SHA-384 and SHA-512 respectively, not just different key lengths.
The text was updated successfully, but these errors were encountered: