script no longer working

2006-06-30 Thread george r smith
All, I am using this script on an AIX box and until an upgrade it worked just fine. Now the encryption and decryption is failing with the block size error. When I look at the encoded encrypted packet it looks like it is on multiple lines as it was before I added the A parameter. Is

error:0606506D

2006-06-12 Thread george r smith
Hi all, I am getting the following error message on encrypted packets. Can someone tell me what they mean and what I can do to correct the problem. Google did not bring me any meaningfull results. The script is running on an AIX box. openssl enc -d -a -iv 31464F4C4C455431 -des3

C# and openssl problem

2006-06-07 Thread george r smith
Help all, I am trying to use an openssl script on an AIX box to produce and encrypted packet. This packet will have to be decrypted by a C# program. I am having any luck in getting the C# program to decrypt the packet encrypted by the AIX script. The Openssl.org documentation

How do you know you have a full packet

2006-04-24 Thread george r smith
All, If I have learned anything from socket code it is that you can never be sure if you get a partial or a full packet. The question is if a packet is encrypted (des3) how do you know you have received the full packet ? Obviously you can not check for a string or a delimiter that