Re: encode() question

2001-01-19 Thread Lonnie Cumberland
Oops My mistake. I was not using the "salt" option. Now I can get the same result each time that I encrypt the same string. Thanks again, Lonnie --- "Gerald L. Clark" <[EMAIL PROTECTED]> wrote: > Lonnie Cumberland wrote: > > > > Hello All, > > > > I have noticed that the Encrypt() is a

Re: encode() question

2001-01-19 Thread Gerald L. Clark
Lonnie Cumberland wrote: > > Hello All, > > I have noticed that the Encrypt() is a oneway function that will also give > different resulting messages for the same message being encrypted multiple > times. > > I have also noticed that the Encode() will result in a message that is a binary > type

encode() question

2001-01-19 Thread Lonnie Cumberland
Hello All, I have noticed that the Encrypt() is a oneway function that will also give different resulting messages for the same message being encrypted multiple times. I have also noticed that the Encode() will result in a message that is a binary type. What I need to do is to find a way to cha