Miroshin Stepan

Results 356 comments of Miroshin Stepan

`@peculiar/webcrypto` uses internal `getCryptoKey`/`setCryptoKey` functions which allow to protect private key blobs of NodeJS keys. Without those blobs, you can't export NodeJS keys to the extra crypto module. This is...

Here are two representations of the one key. `CryptoKey` doesn't keep a private blob of NodeJS secret key. ![image](https://user-images.githubusercontent.com/7333669/142414668-da8b459b-8d81-4214-a2a1-685b68a380a6.png) `getCryptoKey` function allows getting `AesCryptoKey` with the private NodeJS secret key...

Here is the package structure ![image](https://user-images.githubusercontent.com/7333669/142420383-7aeed8ef-ac48-45d2-b4e2-2791e6bf0d5c.png)

I've got the same security notification ``` └─┬ [email protected] └─┬ [email protected] └─┬ [email protected] └── [email protected] ``` ![image](https://user-images.githubusercontent.com/7333669/46257577-d9b5bb00-c4c4-11e8-8926-00fb676d6f71.png)

Sorry for my late response. I've reviewed the information and logs you provided and noticed the following points. Your screenshot shows the site tools.fortifyapp.com, but it's using 'Windows CryptoAPI' as...

Upon further analysis of the Fortify application, I've managed to replicate a similar issue. I have opened a separate ticket at https://github.com/PeculiarVentures/webcrypto-local/issues/281 that details the identified problem. To prevent this...

@RafaelAban After using the PKCS#11 session, it's recommended to end it, which helps secure the use of this session across different domains. In addition to the `login` method, the crypto...

I've updated the `card.json` file. `@webcrypto-local/[email protected]` includes `SafeNet eToken 5300` token. @donskov please publish the `card.json` file for Fortify app.

Hi @JanSlabon `@peculiar/x509` and `PKIjs` can not verify the signature too. Looks like `Windows CryptoAPI` provider works incorrectly. I'll check it out

The issue might stem from the SafeNet eToken 5110+ CC (940B) not supporting key creation through the C_CopyObject, which is employed by the `crypto/keyStorage/setItem` method. Try setting the `token: true`...