-
I'm trying to sign the following .xml:
[https://oco2.gesdisc.eosdis.nasa.gov/data/OCO3_DATA/OCO3_L2_Lite_FP.EarlyR/2021/oco3_LtCO2_210405_B10205Xr_210602184241s.nc4.xml](https://oco2.gesdisc.eosdis…
-
Now that `bigint` is a thing (stage 3 IIRC), I would like to see the ECDSA part of webcrypto be extended to support arbitrary curves. This would be in contrast to implementing each curve requested by…
-
### The problem
After update to version 2022.7.0 view cameras on addon webrtc stop working. No show image.
### What version of Home Assistant Core has the issue?
2022.7.0.
### What was the last wo…
-
Before some we can do this we need confirmation from spec authors for the following statements:
1. Non extractable keys are not meant to be a security primitive. They are purely meant for obfuscati…
-
This issue serves as a tracker for other issues that need to be resolved as we work towards 1.0 (do we even have versioning?). I'm currently listing these down so that I don't forget when I need to cr…
-
For mordern applications, the ability to use encryption plays a crucial part in its logic. Since there is no support currently for system.security, should we update our Microsoft.AspNetCore.Components…
-
Hi,
thanks for this great wrapper.
I think from node version 15.14.0 there is webcrypto in the official crytpo library.
like so: `require('crypto').webcrypto`
this might be a good idea to offer …
-
How hard is it to get the functionality of the pkijs package ([Typescript Implementation](https://www.npmjs.com/package/@types/pkijs)) in AssemblyScript code?
Do I have to rewrite it in AssemblyScr…
-
I am having problems importing a key created with this library externally and I think this is because the public exponents differ (in my case I am using `65537`), or because the salt length differs (m…
-
e.g:
```javascript
class Ed25519SubtleBridge extends CryptoSubtleBridge {
constructor() {
Object.freeze(this)
}
sign(/* ... */) { /* ... */ }
verify(/* ... */) { /* ..…
septs updated
3 years ago