-
Several crates in this repo could benefit from having `async` equivalents. There are several use cases for `async`, such as communicating with network services which implement a particular cryptograph…
-
Have you taken a look at http://www.w3.org/TR/WebCryptoAPI/
I've met quite recently Nadim Kobeissi @kaepora, man behind https://crypto.cat/ who also [participates in developing this spec](http://www.…
-
Add Node.js as one of the "browsers" to know what features are available in what version. If _browser_ is not a valid section, it could be added a new "servers" one that could allow in the future add …
-
Use case: I have am [writing an implementation](https://github.com/bblfish/httpSig/pull/12) of IETF [http message signatures](https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-message-signature…
-
Hi!
In our application, we would like to use the background runner to sync some data between the app and the backend.
We would need access to webcrypto in the process, but it is not available due …
-
I propose developing a component that will map to the Cryptographic functions found in browsers.
The [Web Cryptography API](https://www.w3.org/TR/WebCryptoAPI/#dfn-Crypto) is exposed through the […
-
Hi @encryb
Error using the example asym code from readme:
```
Arguments(2) ["Could not import private encrypt key", ReferenceError: key is not defined
```
source code
```
simpleCrypto.as…
pwFoo updated
5 years ago
-
Hello folks!
I'm trying to port Paseto's javascript library into Gren but it seems like, when generating keys, they use `Ed25519` and I couldn't find a way to generate those with gren's crypto impl…
-
Many protocols, APIs, and algorithms require that some binary data (byte array) is serialized into a string that represents that binary data losslessly. Common formats for this are for example base64 …
-
## What's the problem you want solved?
If I call `mintCap`, or `addExistingIdentity` etc - these get added into the local indexeddb, even if they already exist.
## Is there a solution you'd like…