Miroshin Stepan

Results 356 comments of Miroshin Stepan

@witchent I'm trying to find a difference between the previous and current versions. But I need your help with that. Can we have a chat via Skype or Hangouts? My...

@witchent I updated the previous version of `[email protected]`. It fixes an issue with AES-CTR param. Please try it and let me know if it fixes your problem. To install prev...

I've tried to reproduce this issue using `@peculiar/webcrypto`. Do you know about that module? It doesn't use C++ language and is based on NodeJS CryptoAPI? it throws ``` Error: Trying...

`node-webcrypto-ossl` uses OSSL function `AES_unwrap_key` (`@peculiar/webcrypto` does it using encrypt/decrypt functions). Looks like OpenSSL doesn't see any problems in incoming data

@rmhrisk https://github.com/PeculiarVentures/node-webcrypto-ossl#supported-algorithms SHould it be closed?

v1.0.16 supports static OpenSSL lib from NodeJS in Windows. Now it can be compiled more easier [binding.gyp](https://github.com/PeculiarVentures/node-webcrypto-ossl/blob/master/binding.gyp#L6)

It's not clear why you've got that exception. I've tried it locally and I don't have such error. ![image](https://user-images.githubusercontent.com/7333669/81502092-8896bb80-92e4-11ea-8c9c-672cec0e1efe.png) If you are using nodejs version upper then 10 you can...

![image](https://user-images.githubusercontent.com/7333669/81510009-7bdf8b00-9317-11ea-8791-c6f7b100be66.png)

[Here](https://github.com/PeculiarVentures/graphene/blob/master/test/session.js#L68-L82) is working test for this case

@Elsayed-Mubarak See [C_SetPIN PKCS#11 documentation](http://docs.oasis-open.org/pkcs11/pkcs11-base/v2.40/os/pkcs11-base-v2.40-os.html#_Toc323024112) ``` C_SetPIN: Modifies the PIN of the user who is logged in ``` I tried your code using SoftHSM library. Instead of `graphene.UserType.SO` you need...