[PHP] web-based and command line mcrypting and back again

2004-01-06 Thread Gary C. New
I am trying to figure out how to encrypt data using the web-based php mcrypt function and then decrypt it using the command line (cli) mcrypt binary, and vica-versa. I cannot seem to get the same encrypted output for the same data, between the two methods. I've tried to ensure I am using the

Re: [PHP] web-based and command line mcrypting and back again

2004-01-06 Thread Tom Rogers
Hi, Tuesday, January 6, 2004, 8:48:17 PM, you wrote: GCN I am trying to figure out how to encrypt data using the web-based php GCN mcrypt function and then decrypt it using the command line (cli) mcrypt GCN binary, and vica-versa. GCN I cannot seem to get the same encrypted output for the same