-
Hi, I originally wrote pouchdb-auth and stumbled upon your fork. I like the idea of replacing the old crypto library with webcrypto APIs. When skimming the code I noticed your ``secureRandom`` impleme…
-
### Specification
We want PK to be truly cross-platform. But PK is very complex, involving many components are not truly cross-platform. These components include:
* Crypto code - this code often…
-
Of course if you're working on NodeJS env its better to just use the official firebase-admin sdk as we're specificallly using packages that only work on cloudflare workers (in built crypto.subtle), th…
Moe03 updated
2 months ago
-
Implement and test the SubtleCrypto.deriveKey() function. As described in [MDN](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto/deriveKey), and specified in the [specification](https://w…
-
https://github.com/amark/gun/blob/97aa976c97e6219a9f93095d32c220dcd371ca62/sea.js#L39
```js
;USE(function(module){
var SEA = USE('./root');
try{ if(SEA.window){
if(location.prot…
-
# Bug report
- [X] I confirm this is a bug with Supabase, not with my own application.
- [X] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://gith…
-
The following commit breaks `yarn build && yarn preview`: https://github.com/integritee-network/incognitee-campaign-page/commit/87272d0e60ae30cef384cc87b2918249a0073938.
However, unlike https://git…
-
I'm trying to use this lib in an edge runtime using [next.js's Edge runtime](https://nextjs.org/docs/app/building-your-application/rendering/edge-and-nodejs-runtimes), which like the browser has [a gl…
-
As a learning exercise sure, it works, but just FYI crypto for the web should be restricted to the webcrypto API.
https://developer.mozilla.org/en-US/docs/Web/API/Web_Crypto_API
-
It would be interesting to evaluate usage of the WebCrypto API in order to speed up the computation.
Here is the possible cross compatible way of using the SHA implemented using web workers: https://…