Re: How to encrypt a large file by a public key?

2005-12-11 Thread Richard Salz
> How can I encrypt a large file (like 100mb) with a public key so > that no one other than who has the private key be able to decrypt it? Encrypt it using a strong symmetric key (such as AES) and use RSA to encrypt *that* key. This is the way "everyone" does it. /r$ -- SOA Applianc

How to encrypt a large file by a public key?

2005-12-11 Thread Amir (sent by Nabble.com)
Hi all, How can I encrypt a large file (like 100mb) with a public key so that no one other than who has the private key be able to decrypt it? I can make RSA public and private keys but when it comes to encrypting a large file using this command: openssl rsautl -encrypt -pubin -inkey public.pem

forwarding encrypted ssl data

2005-12-11 Thread Noel Sanchez
Hello list. I have ssl capable devices out in the field that need to send encrypted data to my server in my office. The ssl capable device sends the encrypted data out to my firewall in the office which in turn forwards the ssl traffic into my lan to my linux box running openssl. The linux box runn

RE: Lnk1000 problems with libeay32.lib 0.9.8a

2005-12-11 Thread Michael Tseitlin
After compiling the library with "no-asm" routines, the problems are fixed. (I compile and link using Visual Studio 6, but previously compiled the assembler routines using masm supplied with Studio .Net 2003) Mike >> From: Michael Tseitlin >> Sent: Friday, December 09, 2005 11:49 AM >> To: 'o