PeculiarVentures / CAdES.js

CAdESjs is an implementation of CAdES (CMS Advanced Electronic Signatures)in pure Javascript.
Other
18 stars 6 forks source link

Generating CAdES signatures with Fortify #5

Open defacto64 opened 4 years ago

defacto64 commented 4 years ago

Hello, is it possible to generate CAdES signature (via CAdES.js) using a smartcard-based key? In particular, can CAdES.js and Fortify be used synergically?

rmhrisk commented 4 years ago

We do this with Https://Hancock.ink

lpinca commented 4 years ago

It would be very nice to have an example that shows how to do this. Fortify documentation is very lacking.

rmhrisk commented 4 years ago

@lpinca we have a set of examples for Fortify that you can find linked into this post: https://twitter.com/peculiarventure/status/1250863319272976384?s=20

One of them includes the creation of a CMS message with Fortify: https://twitter.com/peculiarventure/status/1250863332082376704?s=20

It does not use this CAdES.js but the rest is the same.

We also have an effort underway to improve the fortify website, its documentation and provide web components to make adopting it easier.

lpinca commented 4 years ago

@rmhrisk thank you. I will take a look.