pascal fdba7f0cf8
ci/woodpecker/push/test Pipeline was successful
JWT : Test audience, add tests
Closes #17
Closes #14
2024-06-05 10:34:56 +02:00
2024-05-21 15:56:51 +02:00
2024-06-05 10:34:56 +02:00
2024-06-05 10:34:56 +02:00
2024-05-21 15:58:04 +02:00
2024-05-21 15:58:49 +02:00
2024-06-05 09:15:52 +02:00
2024-06-04 16:57:57 +02:00
2024-05-21 15:58:00 +02:00

Tests : CI status

Crypto tools

Various crypto tools used often.
The lib is based as much as possible on the Web Crypto API !
The JWT part uses JOSE as it implements all the JWT functions.
The signature part uses noble-ed25519 instead of the Web Crypto API, so you can derive a KeyPair from a password.

Tools

  • JWT : Sign/Verify JWT with payload, audience and issuer
  • PBKDF : Derive password
  • Signature
    • Generate
    • Derive from password
    • Sign
    • Verify
  • boxes
    • Private box
    • Secret box
    • Password box
    • Wrapping
      • Private
      • Secret
      • Password
S
Description
Many cryptographic stuff, like JWT, encryption, password hashing, n stuff
Readme 337 KiB
Languages
TypeScript 100%