init project
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
Tests : 
|
||||
|
||||
# Crypto tools
|
||||
Various crypto tools used often.
|
||||
The lib is based as much as possible on the [Web Crypto API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Crypto_API) !
|
||||
The JWT part uses [JOSE](https://github.com/panva/jose) as it implements all the JWT functions.
|
||||
The signature part uses [noble-ed25519](https://github.com/paulmillr/noble-ed25519) instead of the Web Crypto API, so you can derive a KeyPair from a password.
|
||||
Reference in New Issue
Block a user