Miroshin Stepan

Results 356 comments of Miroshin Stepan

@ramigabai I published a new version of `[email protected]`. It includes a ATR `3b7f96000080318065b084565110120ffe829000 ` Please restart your Fortify application to update `cards.json` and let me know if it works fine...

Try to update your `~/.fortify/card.json` file. Looks like OpenSC supports this token https://github.com/OpenSC/OpenSC/blob/master/src/libopensc/card-tcos.c#L47 - open `card.json` file - add card to "cards" array - restart Fortify ### OpenSC ```json {...

Fortify is looking for OpenSC in `%WINDIR/System32/opensc-pkcs11.dll` https://github.com/PeculiarVentures/webcrypto-local/blob/master/packages/cards/lib/card.json#L378-L386 Please update card.json again ```json { "id": "993988460d8f49a2ac519a2935f11533", "name": "OpenSC driver", "file": { "osx": "/Library/OpenSC/lib/pkcs11/opensc-pkcs11.so", "linux": [ "/usr/lib/opensc-pkcs11.so", "/usr/lib/x86_64-linux-gnu/opensc-pkcs11.so" ], "windows": {...

Can you disable fortify log and share it with me ([email protected])? ![image](https://user-images.githubusercontent.com/7333669/55492585-2333be00-5640-11e9-8552-9284e96fb83d.png) You can find log file in `~/.fortify/fortify.log`.

I don't see `Provider:Token:Insert` logs for 3bbf96008131fe5d00640411040f31c073f701d000900074 Can you double check that this ATR is in card and has existing driver? I've updated card.json to v1.0.22. Fortify will rewrite your...

card.json version doesn't depend of Fortify version. You don't need to update Fortify. I cannot find which PKCS#11 library your token uses. Let's try to use OpenSC again - Install...

``` Error: Win32 error 193 ``` Can you download ProcessMonitor https://docs.microsoft.com/ru-ru/sysinternals/downloads/procmon and find out which dependecy is missing?

@sefai Please see `~/.fortify/fortify.log` file. It includes information about adding providers to the Fortify server.

There must be log like ``` {"message":"PCSCWatcher:Insert reader:'Rainbow Technologies iKeyVirtualReader(1)' ATR:3bff1100008131fe4d8025a00000005657444b3333300600d0","level":"info"} {"message":"Provider:Token:Insert: reader:'Rainbow Technologies iKeyVirtualReader(1)' name:'Datakey 32K PKI Smart Card Model 330' atr:3bff1100008131fe4d8025a00000005657444b3333300600d0","level":"info"} {"message":"Provider:Token:Insert: Loading PKCS#11 library from /usr/local/lib/libeTPkcs11.dylib","level":"info"} {"message":"Provider:Token:Insert:...

It must work. Windows allows stopping PCSC service, in this case, Fortify logs error message that PCSC service is unavailable. Looks like your PCSC service works fine. Does Fortify ignore...