Search found 2 matches

by deepakt
Tue, 2018-07-24, 05:44
Forum: DCMTK - General
Topic: How to use MAC SHA384 to create digital signature?
Replies: 2
Views: 2149

Re: How to use MAC SHA384 to create digital signature?

J. Riesmeier wrote:Good catch! I'll fix this issue in the internal development version (which will be available in a couple of days in the public git repository).
Thank you!!!
by deepakt
Mon, 2018-07-23, 13:19
Forum: DCMTK - General
Topic: How to use MAC SHA384 to create digital signature?
Replies: 2
Views: 2149

How to use MAC SHA384 to create digital signature?

Hi, I am trying to create a digital signature on a DCM file with MAC-SHA384. Below is the command executed: "dcmsign.exe +s C:\bin\Release\myKey.key C:\bin\Release\myCrt.crt +m3 -t "0010,0010" C:\bin\Release\00000001.dcm C:\bin\Release\Signed.dcm" The application crashes. However...