base64-encoding with openssl

2000-06-28 Thread silvio . matthes
Hallo, how can I encrypt a string with base64-encryption using openssl? (I'll need it to authenticate to a webserver after connect, username:password have to be base64-encoded.) Thanks in advance. Silvio Matthes __ OpenSSL P

Re: base64-encoding with openssl

2000-06-28 Thread Arun Venkataraman
sample a few. Arun. -Original Message- From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Wednesday, June 28, 2000 1:13 PM Subject: base64-encoding with openssl > > >Hallo, > >how can I encrypt a string with base64-encry

Re: base64-encoding with openssl

2000-06-28 Thread Ulf Moeller
On Wed, Jun 28, 2000, [EMAIL PROTECTED] wrote: > how can I encrypt a string with base64-encryption using openssl? openssl base64 But base64 is an encoding mechanism (just like hexadecimal encoding for example), not encryption. ___