Odp: RE: OpenSSL data enccryption / decryption

2008-11-04 Thread Wujek Srujek
Hi. Thank you for your explanation, I did what you said and it worked fine on a simple text file I use for the tests. When I tried to encrypt a > 400mb tgz file, though, I got this error message: 11980:error:0406D06E:rsa routines:RSA_padding_add_PKCS1_type_2:data too large for key size:rsa_pk1.

RE: OpenSSL data enccryption / decryption

2008-11-03 Thread Dave Thompson
> From: [EMAIL PROTECTED] On Behalf Of wujek_srujek > Sent: Monday, 03 November, 2008 03:52 > Hi. I wanted to encrypt and then decrypt my data file using openssl. As > openssh is using openssl to generate the keys, I thought maybe I would be > able to use my already generatet key pair fot the task