-
At present, libolm uses Brad Conte's portable implementations [[1]] of SHA-256 and AES-256. These have the advantage of being plain C and therefore work out-of-the-box under emscripten; however they a…
-
1: Task failed with an exception.
-----------
* What went wrong:
A problem occurred configuring project ':webcrypto'.
> java.lang.NullPointerException: Cannot invoke "String.startsWith(String)" be…
-
The native webcrypto library (https://nodejs.org/api/webcrypto.html) is available since node 15 and node 16 is now LTS
Is it possible to use the native library instead. The problem I am having with…
-
/node_modules/@peculiar/asn1-schema/build/cjs/schema.js:1
Error: Cannot get schema for 'ObjectIdentifier' target
at AsnSchemaStorage.get (node_modules/@peculiar/asn1-schema/build/cjs/sc…
-
Implement the WebCrypto API so forge can act as a polyfill. This issue may be split up into separate parts to implement the API piecemeal. The WebCrypto API is finally being exposed in Chrome 37 so an…
-
Idea to add support for encryption
Plugin: encryptcontent
Link: https://unverbuggt.github.io/mkdocs-encryptcontent-plugin/
- Request 1: Option to hide the "Print Site" button (no security, just…
-
Curious what the plans are with the webcrypto API given the proof needs more than simple scalar arithmetic to solve. Meaning you couldn't really construct a useful client without user-land JS to to im…
-
Hey Eugene,
what do you think about extracting the WebCrypto library into its own repo (e.g. in BlazorExtensions) and adding Nuget specs to the .csproj file, so it can be released on Nuget?
I want t…
-
## Introduction
[I have an existing issue [here](https://github.com/w3c/webcrypto/issues/265), but I'm hoping to get more eyes on it.]
The `SubtleCrypto.deriveKey` API exposes one password-base…
-
I am getting CKR_OPERATION_ACTIVE error when signing multiple documents. If I add a delay of at least 500ms between each signing call, it succeeds.
```
const sign = async function(input…