by onlyJR [onlyJR at gmx dot net] posted on 2005/06/01 |
|
Hello,
how can I check signed data I recieve? I get the data as a Base64 string. I also have the certificate (.cer file) from the signer if needed.
First decode the Base64 into a normal string and then?
Data is only signed not encrypted and I want to check the correctness of the data.
If you need more information pleas ask. It's my first try in encryption things. :-) |