Miroshin Stepan
Miroshin Stepan
Do you have experience in NodeJS? I can write a simple script to test your token
Looks like one of the dependencies uses that deprecated call. We need to find out that dependency and update it
Please get a list of mechanisms. Looks like your PKCS#11 supports vendor mechanisms ### Install graphene console application ``` > npm i graphene-cli -g ``` ### Run console application ```...
Do you use NodeJs x85 or x64 architecture?
It can be useful https://stackoverflow.com/a/14362289/2934842 I'll try to install the same middleware and test it locally (if it's possible without token)
I installed AKD eID to my Windows machine and ran this script. ```js var graphene = require("graphene-pk11") function main() { const lib = "C:\\Program Files\\AKD\\eID Middleware\\pkcs11\\AkdEidPkcs11_64.dll"; const reader = graphene.Module.load(lib);...
It's very strange. PKCS#11 module throws an exception on getting information about its own mechanism Also, it implements Cryptoki version 2.2, but `pcks11js` supports version 2.3 Please create a simple...
Your mechanisms are: - `CKM_RSA_PKCS` - `CKM_RSA_X_509` (throws CKR_MECHANISM_INVALID on C_GetMechanismInfo) - `CKM_MD5` - `CKM_SHA_1` - `CKM_SHA256` - `CKM_SHA384` - `CKM_SHA512`
I created an issue to fix this problem. I'll fix it and share a new build with you to test it
Please try a new build https://drive.google.com/open?id=1yic3CrN2FT9hsbMSJHf6tSiCvtUyaO8n