decrypt using public key only with RSA
From: David Gardner (David.Gardner-Logan_at_REMOVECAPSrrd.com)
Date: 10/28/04
- Previous message: Joe Kaplan \(MVP - ADSI\): "Re: general concerns regarding hacking of .NET assemblies"
- Next in thread: Rob Teixeira: "Re: decrypt using public key only with RSA"
- Reply: Rob Teixeira: "Re: decrypt using public key only with RSA"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 27 Oct 2004 21:11:02 -0700
I have someone who has given me a string that was encrypted with their RSA
private key. I tried to import their RSA public key and decrypt their strng
but I get "Bad Key." as the response:
'Verify the signature is authentic using the sender's public key.
Dim rsa As New RSACryptoServiceProvider
rsa.FromXmlString(publicKey)
Dim SignatureDecrypted() As Byte = rsa.Decrypt(signature, False)
Any help would be appreciated.
David Gardner
- Previous message: Joe Kaplan \(MVP - ADSI\): "Re: general concerns regarding hacking of .NET assemblies"
- Next in thread: Rob Teixeira: "Re: decrypt using public key only with RSA"
- Reply: Rob Teixeira: "Re: decrypt using public key only with RSA"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|