Hi all, I need to decrypt some info encrypted with DSA algorithm.
I've all the keys, Could someone point me to a code sample?
> Hi all, I need to decrypt some info encrypted with DSA algorithm.
> I've all the keys, Could someone point me to a code sample?
DSA is the federal standard Digital Signature Algorithm. It doesn't
encrypt anything. Do you mean you want to verify a digital signature?
--Mike Amling
EdUarDo - 30 Dec 2005 09:10 GMT
>> Hi all, I need to decrypt some info encrypted with DSA algorithm.
>> I've all the keys, Could someone point me to a code sample?
>
> DSA is the federal standard Digital Signature Algorithm. It doesn't
> encrypt anything. Do you mean you want to verify a digital signature?
Umm, thanks for the info, I think I'll need to revise the data I have to read.