-
Currently DID documents are identified using the selfHash field (produced during the self-sign-and-hash operation on the DID document). This has the advantage that the DID document contains its own u…
-
Enable support for the `deriveKey` method for key derivation algorithms, including ECDH, HKDF, and PBKDF2, over `derivedBits`. This approach allows for direct derivation of cryptographic keys from a b…
-
### Description
With the inclusion of JS WebCrypto API, I believe it is necessary to support the exported raw format when client sends their own public EC keys to the server.
```js
const { p…
-
I have a use case where it would be useful to be able to seed the Ed25519 Private Key and having WebCrypto calculate the Public Key. The use case is a recovery code, where the user will have a means t…
-
https://developer.mozilla.org/en-US/docs/Web/API/Crypto/randomUUID
crypto.randomUUID should return a UUID.
Edit: more links
- https://nodejs.org/api/webcrypto.html#cryptogetrandomvaluestypedarr…
-
We are collaborating with Igalia on this.
Filling issue so folks can subscribe for updates – I will edit details below to reflect current state.
- Meta / specs
- https://github.com/w3c/webcry…
lidel updated
3 months ago
-
### Describe the bug
I followed the express.js tutorial and when I try to make a call to /logto/sign-in I get the following error
```
[1] const generateRandomString = (length = 64) => jsBase…
-
Could Hybrid Public Key Encryption (HPKE) [[RFC9180](https://www.rfc-editor.org/rfc/rfc9180)] API design be included? Single-Shot for sure, possibly Multi-Shot too?
panva updated
3 months ago
-
http://www.w3.org/TR/WebCryptoAPI/
Example:
https://github.com/diafygi/webcrypto-examples
https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto/importKey
Comparion: https://jsperf.com/webcry…
-
Extend generic API handlers for pagination and sorting
Extend the PatientsRecordProvider by the append option to add new records bottom to the list + include offset index to let it dynamically load n…
pkarw updated
4 months ago