RE: Problems with public key decryption with RSA

From: lelteto (lelteto_at_discussions.microsoft.com)
Date: 02/03/05


Date: Thu, 3 Feb 2005 00:53:01 -0800

Why blame it on RSA (or Microsoft)? You try to abuse the intention. What is
the point of ENCRYPTing some data if ANYBODY can decrypt it with the public
key??? If you keep both keys secret (ie. the public key is not really public)
than why don't just use secret key (symmetric) encryption?

Laszlo Elteto
SafeNet, Inc.

"pike" wrote:

> Hi GB
>
> I suspect it will be because it is the same CspParameters object,
> unfortunately!
>
> It just is not possible (technically) to encrypt data with a private key and
> decrypt with a public key using Microsofts RSA cryptography. The digital
> signing however, works fine (but generally isn't as desired as the
> encryption)...
>
> If it's any consolation RSA's no friend of mine either! ;-)
>
> Pike



Relevant Pages

  • RE: Problems with public key decryption with RSA
    ... Why blame it on RSA (or Microsoft)? ... the point of ENCRYPTing some data if ANYBODY can decrypt it with the public ... If you keep both keys secret (ie. the public key is not really public) ... > decrypt with a public key using Microsofts RSA cryptography. ...
    (microsoft.public.platformsdk.security)
  • RE: Problems with public key decryption with RSA
    ... Why blame it on RSA (or Microsoft)? ... the point of ENCRYPTing some data if ANYBODY can decrypt it with the public ... If you keep both keys secret (ie. the public key is not really public) ... > decrypt with a public key using Microsofts RSA cryptography. ...
    (microsoft.public.dotnet.framework)
  • OpenNETCF Cryptography questions - using RSA for licensing strategy
    ... I'm using RSA algorithm to implement a licensing strategy in which the ... requires encrypting on the desktop using my secure private key, ... I can attempt to provide my own public key), ... longer decrypts the old data it used to decrypt. ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: Encrypt with Private key, Decrypt with Public Key (RSACryptoServiceProvider)
    ... Erik: ... What I am doinf is encrypting some information, but, as well, a ... Decrypt the array of bytes. ... check the hash (so you can only decrypt with that public key. ...
    (microsoft.public.dotnet.security)
  • Re: decryption of string
    ... >> permits PGP to decrypt the cookie. ... > I'll be using the public key to decrypt it on my server. ... they seem to be encrypting with the *private* ...
    (sci.crypt)

Loading