RE: String encryption

2006-07-18 Thread Mayorga, Armando CTR NIOC Norfolk N361
ECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Girish Venkatachalam Sent: Tuesday, July 18, 2006 12:50 To: openssl-users@openssl.org Subject: Re: String encryption Do you know stunnel ( www.stunnel.org ) ? You could use that to setup https tunnel. man evp will give u enuf info on encrypting strings

Re: String encryption

2006-07-18 Thread Girish Venkatachalam
Do you know stunnel ( www.stunnel.org ) ? You could use that to setup https tunnel. man evp will give u enuf info on encrypting strings with OpenSSL. OpenSSL really is the definitive resource for cryptography. :-) Please find attached my code. It may be of use. regards, Girish --- "Mayorga,

String encryption

2006-07-18 Thread Mayorga, Armando CTR NIOC Norfolk N361
Hello all, I'm having a difficulty trying to find API info. #1. I need to be able to encrypt strings with AES and pass that off to other functions that will pass that data over regular http. #2. For other data I'm looking to setup an https tunnel and pass data through it. I chose to look into Op

RE: BIO call failed for certain length of string encryption/decry ption

2005-01-27 Thread Lule Chen
Message-From: Chen, Lule [CAR:5K22:EXCH] Sent: Tuesday, January 25, 2005 3:59 PMTo: openssl-users@openssl.orgSubject: BIO call failed for certain length of string encryption/decryption Hi, I have the following code to do encryption and decryption (blowfish). But I have problem

BIO call failed for certain length of string encryption/decryptio n

2005-01-25 Thread Lule Chen
Title: Message Hi, I have the following code to do encryption and decryption (blowfish). But I have problem of encrypting/decrypting the string with certain length in my testing. Every thing seems working fine for the string length less than 48. if the length is greater than or equal to 48