-
Please add any example for read all parameters necesary for extract privateKey, publickey and x509 cert to pass to xades-bes library. All these from a .p12 token with password security
-
Yes, I did a search for `WebCrypto` and found a lot of closed issues.
Yes, I saw comments like
```
I do not see a reason why to implement it - user could get the same using existing crypto inter…
-
It seems that there is an issue while resolving a module from node_modules and the types are seperated from the project.
```
npx rollup -c rollup.config.ts
src/index.ts → dist/index.js, dist/i…
-
our project use ecdh, may i use smaller webcrypto-liner
-
asmcrypto.js seems to have made a few breaking changes in the latest versions, making the default "npm install" broken.
Could you please update your project?
-
I have a code importing 'https://peculiarventures.github.io/webcrypto-local/webcrypto-socket.js', but since one week ago, I get 404 not found.
Any way to work around this?
-
```javascript
const getECDHSecretKey = async (serverKey) => …
-
I was trying to understand why my pkcs11 token couldnt sign/verify with sha-1 until I saw this:
```
case graphene_pk11_1.KeyType.RSA: {
if (p11…
-
It doesn't recognize react-native env correctly so it tries to import node "crypto" module.
It is best of we just take the missing algorithms
sirpy updated
5 years ago
-
How hard would it be to add pbkdf support by taking this:
https://github.com/PeculiarVentures/webcrypto-liner/tree/master/src/mechs/pbkdf
maybe some pointer how and where I can try to integrate …
sirpy updated
5 years ago