hi jeffrey,
i was wondering if there was a way to import my private key into my
application to use to decrypt without exposing it?
Can I use the methods provided in the link you provided? Can I use key
containers? Do you have any experience with this?
On Sun, May 23, 2010 at 8:22 PM, Jeffrey Walto
> From: owner-openssl-us...@openssl.org On Behalf Of Chuck Pareto
> Sent: Monday, 24 May, 2010 19:13
> When I run openssl rsa to display my public key info. I see this
below.
> How do I convert this output to a byte array? What is this output? Is it
ascii or base64?
>
0
* Chuck Pareto wrote on Mon, May 24, 2010 at 16:12 -0700:
>Hi,
>When I run openssl rsa to display my public key info. I see this
>below. How do I convert this output to a byte array? What is this
>output? Is it ascii or base64?
it's ASCII and in the Mail potentially base64... :)
su
Hi,
When I run openssl rsa to display my public key info. I see this below. How
do I convert this output to a byte array? What is this output? Is it ascii
or base64?
00,ac,80,e7,da,fb,6b,82,d2,01,ac,cf,74,fa,dc,
66,44,24,5e,04,01,88,35,5f,6f,39,85,1d,7c,e0
81,d8,b1,d7,87,8f,f7,a9,01,91,67,ed,2d
> From: owner-openssl-us...@openssl.org On Behalf Of Chuck Pareto
> Sent: Sunday, 23 May, 2010 22:06
> I'm a newbie when it comes to RSA, the last time I learned it was
> in school over 7 years ago in one lecture.
> Maybe I'm missing something but I will try to explain my
OpenSSL is closer to Java than C# or Crypto++. So where you see Java,
thisnk OpenSSL.
Cryptographic Interoperability: Keys
http://www.codeproject.com/KB/security/CryptoInteropKeys.aspx
Cryptographic Interoperability: Digital Signatures
http://www.codeproject.com/KB/security/CryptoInteropSign.aspx
Hi,
I'm a newbie when it comes to RSA, the last time I learned it was in school
over 7 years ago in one lecture.
Maybe I'm missing something but I will try to explain my problem again.
A former co worker generated a public and private key for our group. (I
think he used PGP but not sure).
So I hav
> From: owner-openssl-us...@openssl.org On Behalf Of Pareto, Charles
> Sent: Friday, 21 May, 2010 17:14
> I'm trying to get the same result with the c#
RSACryptoServiceProvider class
> that 'openssl.exe rsautl ' gives me.
>
> The c# class wants more properties set before
Hi,
I'm trying to get the same result with the c# RSACryptoServiceProvider
class that 'openssl.exe rsautl ' gives me.
The c# class wants more properties set before you can encrypt a message.
How can I obtain the parameters that 'openssl.exe rsautl' implements.
For example the exponent, q
On Thu, 7 Feb 2002, Roberto Samarone Araujo (RSA) wrote:
> I need to obtain the RSA parameters from a public/private key. Is it
> possible to do this using Openssl ?? How can I do it ??
If you saved your key in a file, just use:
openssl rsa -text -in xxx
replace xxx with your fi
Hi,
I need to obtain the RSA parameters from a public/private key. Is it
possible to do this using Openssl ?? How can I do it ??
Thanks,
Roberto Samarone Araujo
__
OpenSSL Project
11 matches
Mail list logo