Re: RSA encryption and decryption!!!!

From: Etienne Charland (mystery@golden.net)
Date: 03/28/03


From: "Etienne Charland" <mystery@golden.net>
Date: Fri, 28 Mar 2003 12:10:33 -0500


I think you'll use the DSACryptoServiceProvider for that kind of encryption,
although I've never used it. I've only worked with RSACryptoServiceProvider.

Good luck :)

Etienne.

"shahzad" <shah_100_pk@hotmail.com> wrote in message
news:u#x#bVI9CHA.1808@TK2MSFTNGP12.phx.gbl...
> hi all.,
> i want to know that how can you Encrypt the data with PRIVATE key and
> Decrypt it with PUBLIC key.
> the reverse is obviously possible and i have implemented it with no
problem
> in VB.net.
> any body have solution.???
> regards,
> Shahzad.
>
>



Relevant Pages

  • Re: RSA breaking vs. factoring
    ... affects the two possible usages of RSA both for encryption (first public, ... then private key) and for signing ... are identical to encryption, in reverse order. ... Digital signature generation takes an input message (which may be quite ...
    (sci.crypt)
  • Re: CryptAPI(encryption/decryption)
    ... It seems like you're missing the Base64 decode step when trying to decrypt ... I misspelled the Private Key as Primary Key. ... Is there any variation in the encryption format in openssl compared to ... "Dylan DSilva " wrote: ...
    (microsoft.public.pocketpc.developer)
  • Re: RSACryptoServiceProvider decrypt with public key
    ... private key which my programs could decipher using a public key I've ... But since private key encryption and public key decryption isn't ... > If Alice gives Bob her public key, ...
    (microsoft.public.dotnet.security)
  • Re: CryptAPI(encryption/decryption)
    ... The openssl encrypted data format is in bigendian ... Is there any way I can import the PEM formated private key to the MS CSP ... I'm decoding the base64 encoded data before trying to decrypt. ... Is there any variation in the encryption format in openssl compared ...
    (microsoft.public.pocketpc.developer)
  • RE: PGP scripting...
    ... cryptosystems, ... In these systems divulging your private key compromises the public ... Here is a quick over view of the public key encryption routines (the ...
    (SecProg)