Re: Cryptography question about private key encryption

2002-02-28 Thread Ari . Hyttinen
difficult it is to decrypt RSA private key encrypted data (or even discover the correct public key) without having the corresponding public key? The key used is generic 2048b RSA key." -- Ari Hyttinen Patria Ailon GSM: +358-50-3415081 E-mail: [EMAIL PROTECTED] ___

Cryptography question about private key encryption

2002-02-27 Thread Ari . Hyttinen
I have a quick question about encrypting with private key. First background: I have a short piece of data (symmetric encryption key + some other stuff) encrypted with RSA private key. Then this symmetric key is decrypted using the corresponding RSA public key. I'm using 2048 bit RSA key created