Use RSA PRIVATE KEY format PEM in VB.NET (RSAParameters).

From: aTiRuZ (aTiRuZ.12783b_at_mail.mcse.ms)
Date: 02/25/04


Date: Wed, 25 Feb 2004 13:43:10 -0600


Hello: My problem is the following one, is that I have a private key
RSA in format PEM and need to use it in VB.NET, but not like import to
a RSAParameters object. Private key RSA is :
-----BEGIN RSA PRIVATE KEY-----
MIIBPAIBAAJBANzsDV4Mi1zJbaH+XLZjfRp1z2+qåcoO4LK05qDeNkWViw+YWtM
bBkjUwm6eq9tJBdyëzp+U+bcZBriYAMZSECAwEAAQJBAIcGAtmDgz3PoqEKrLGQ
tuqQLJtMeGu4zD6RJqleR2MuAAOXxRB1BPrRqduySv/nsUuCC5513fitiC7B2Vl+
XFECIQDt0qAe9iaTpPflQWÀe40SouGbqCKLêY9xRÍwbwntQIhAOÓvRFDU+q/GJoÒoPcl6rRTUYmRUluBIzUClGMApM9AiEAjF7Xd67eEiM61iwKD93c5HUTKKbS
zTGmjirå3Q+NEkCIQCuJM7fbWZuaTIi+8Mt/MQ0GsFztWLXuvEqD7zeqqDYIQIg
OzvYr+ghpXsTJSWucwdNlKJEZJU2FJQgNrLh+wzlKLo=
-----END RSA PRIVATE KEY-----

If they can help me very I will be been thankful.
Bye

--
aTiRuZ
------------------------------------------------------------------------
Posted via http://www.mcse.ms
------------------------------------------------------------------------
View this thread: http://www.mcse.ms/message425792.html
 


Relevant Pages

  • Re: Problem with RSA.ImportParameters() under ASP .NET
    ... access for writing that temporary file is denied. ... file (in Machine CU store) since you don't specify a persistence. ... You could look for a transient (private key file) created .. ... RSA rsa = RSA.Create; ...
    (microsoft.public.dotnet.security)
  • Re: RSA .crt and .key file formats?
    ... > and private key file (actually, the private key file, from what I can ... Basically, for RSA signatures, and for RSA decryption, you need to ... needs only the modulus n and the private exponent d. ... setting is to choose a random binary value K, encrypt it ...
    (sci.crypt)
  • Re: RSA breaking vs. factoring
    ... private key but other activities like decrypting texts without ... Breaking RSA _encryption_ means being able to decrypt a message without ... The public operation is then elevating to the e power modulo n. ... You may compare this with the extraction of square roots. ...
    (sci.crypt)
  • Re: Problem with RSA.ImportParameters() under ASP .NET
    ... I'm pretty sure what you are doing is creating a transient RSA private key ... file since you don't specify a persistence. ... You could look for a transient (private key file) created .. ... I'm not trying to access a private key or certificate in a specific store. ...
    (microsoft.public.dotnet.security)
  • Re: Problem with RSA.ImportParameters() under ASP .NET
    ... I'm not trying to access a private key or certificate in a specific store. ... RSA rsa = RSA.Create; ...
    (microsoft.public.dotnet.security)