[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.javascript

Digital signature with javascript

Antonio Catalano

4/20/2016 4:06:00 PM

hi all


I'm trying to use the lib. hwcrypto.js to sign a document with javascript.

the Java applets can not use them because browsers do not support NPAPI .

Do you use this library ? I have problems getting it to work ...

Are there other libraries that allow signature of a document by browser with js?


1 Answer

Antonio Catalano

4/20/2016 4:10:00 PM

0

Il giorno mercoledì 20 aprile 2016 18:06:20 UTC+2, Antonio Catalano ha scritto:
> hi all
>
>
> I'm trying to use the lib. hwcrypto.js to sign a document with javascript.
>
> the Java applets can not use them because browsers do not support NPAPI .
>
> Do you use this library ? I have problems getting it to work ...
>
> Are there other libraries that allow signature of a document by browser with js?


the signature must be made by reading the smartcard/usb token
the lib is : https://github.com...