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

Add more worktop/jwt utilities #90

Open
3 of 8 tasks
lukeed opened this issue Sep 20, 2021 · 0 comments
Open
3 of 8 tasks

Add more worktop/jwt utilities #90

lukeed opened this issue Sep 20, 2021 · 0 comments
Labels
enhancement New feature or request maybe

Comments

@lukeed
Copy link
Owner

lukeed commented Sep 20, 2021

Signers

Note: The ECDSA and HMAC families are considered ideal.
The missing PS* family (RSASSA-PSS + SHA-256|384|512) are discouraged/legacy.

  • HS256, HS384, HS512
  • ES256, ES384, ES512
  • RS256, RS384, RS512
  • PS256, PS384, PS512

Chores

  • factory.verify tests

Encryptors MAYBE

Note: These are MAYBE & will probably be added based on demand.

  • RSA-OAEP + (A128CBC-HS256, A128CBC-HS512, A128GCM, A256GCM)
  • RSA-OAEP-256 + (A128CBC-HS256, A128CBC-HS512, A128GCM, A256GCM)
  • ...
@lukeed lukeed added enhancement New feature or request maybe labels Sep 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request maybe
Projects
None yet
Development

No branches or pull requests

1 participant