one way encryption for a 16 digits string

2001-06-13 Thread samuel
Hi, I need a one way encryption for a 16 digits string. let's call $string the clear string, and e($string) the encypted string. I need e($string) to give always the same result for any $string, and I need e($string1) != e ($string2) for all ($string1,$string2), having $string1!= string2. Does

Re: one way encryption for a 16 digits string

2001-06-13 Thread Peter van Dijk
On Wed, Jun 13, 2001 at 02:14:48PM -0700, samuel wrote: Hi, I need a one way encryption for a 16 digits string. let's call $string the clear string, and e($string) the encypted string. I need e($string) to give always the same result for any $string, and I need e($string1) != e ($string2