Abhiroop Bhatnagar

Results 11 comments of Abhiroop Bhatnagar

Having the same issue. dmitry's hack working good for now. Edit: Actually dmitry's hack is only keeping the filename in database same. The filename of the actual file is still...

`keyStorage.getItem` and `certStorage.getItem` seem to be working. Using `crypto.subtle.sign`: ``` crypto.subtle.sign( { name: 'RSASSA-PKCS1-v1_5', }, privateKey, Buffer.from(dataToSignBase64, 'base64'), ); ``` causes the following error: `CKR_FUNCTION_FAILED:6 at Error (native) crypto_update:589 `

The card is manufactured by Watchdata and its model name is Proxkey. I am using pvpkcs11.dll to access it through MS CAPI. The original issue description was auto-generated by the...

I tried the method suggested above. Installed Open SC. Added the following to card.json: ``` { "atr": "3B9F958131FE9F006646530501001171DF000006000015", "name": "FT ePass2003Auto", "driver": "993988460d8f49a2ac519a2935f11533" }, ``` and updated the OpenSC driver...

@rmhrisk ``` {"message":"Application started at Wed May 01 2019 15:45:59 GMT+0530 (India Standard Time)","level":"info"} {"message":"OS win32 x64 ","level":"info"} {"message":"Fortify v1.0.19","level":"info"} {"message":"System locale is 'en-US'","level":"info"} {"message":"Locale: Set language to 'en'","level":"info"} {"message":"Fortify:...

I had just got that card so have been trying to figure out how to use it. Have now got it working now with the CSP shipped with the token...

Yes, Fortify is working after reverting card.json and uninstalling OpenSC.

Running into the same issue. What's your browser and operating system? (Copy/paste the output of https://www.whatismybrowser.com/) Firefox 81 on Windows 10 What is the problem? Webodm shows certain projects as...

A related observation for another task. WebODM console output lags NodeODM console output by a significant difference. NodeODM: ![image](https://user-images.githubusercontent.com/4189727/95493731-81222e00-09ba-11eb-932c-ce6841e37f00.png) WebODM: ![image](https://user-images.githubusercontent.com/4189727/95493797-99924880-09ba-11eb-9a1f-a940282d5f77.png)