X.509 Digital Signatures/Encryption workflow/library recommendations?

前端 未结 3 1981
挽巷
挽巷 2021-01-20 03:33

My particular use case is that I have to access digital certificates stored on the client, and use them to perform tasks of signing, verifying, encryption and decryption on

3条回答
  •  没有蜡笔的小新
    2021-01-20 04:07

    My best bet would still be an applet since that's possibly the most cross-platform thing. Alternately, I can develop my own activeX and limiting my reach.

    Remember that client side certificate access is big security thing.

提交回复
热议问题