piyush.shourie has asked for the wisdom of the Perl Monks concerning the following question:
I am currently working on an assignment that requires digitally signing a document, and verifying the digital certificate.
I have been able to achieve the same using Crypt::DSA module, wherein DSA is used to digitally sign the doc.
However, since the requirement is to use PKI, I would need to use Crypt::RSA for digital signing and verification. Also, please let me know how can I capture the public keys of recipient and the private key of the host machine, so that I can create and verify digital signatures using RSA.
Thanks.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: digitally sign XML Document using Crypt::RSA
by tachyon (Chancellor) on Oct 08, 2004 at 07:25 UTC | |
|
Re: digitally sign XML Document using Crypt::RSA
by Mutant (Priest) on Oct 08, 2004 at 11:18 UTC | |
|
Re: digitally sign XML Document using Crypt::RSA
by Anonymous Monk on Oct 13, 2004 at 09:04 UTC |