You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to use hwcrypto to generate a signature and insert the signature and certificate in a pdf.
The data I'm trying to sign is an asn1 value hex encoded value
3169301806092a864886f70d010903310b06092a864886f70d010701301c06092a864886f70d010905310f170d3231303732333038313833315a302f06092a864886f70d010904312204202c2c0a3e069410fb2f747d0225ec453e90f8c8c82847999e088baa589ca80a0b
When passing this data the hwcrypto, I get an invalid hash error.
What format is excepted for the hash to sign ?
Hello,
I'd like to use hwcrypto to generate a signature and insert the signature and certificate in a pdf.
The data I'm trying to sign is an asn1 value hex encoded value
3169301806092a864886f70d010903310b06092a864886f70d010701301c06092a864886f70d010905310f170d3231303732333038313833315a302f06092a864886f70d010904312204202c2c0a3e069410fb2f747d0225ec453e90f8c8c82847999e088baa589ca80a0b
When passing this data the hwcrypto, I get an invalid hash error.
What format is excepted for the hash to sign ?
Cheers