Re: ENCODE algorithm

2002-06-03 Thread Tõnu Samuel
On Mon, 2002-06-03 at 04:58, Evgeny Chuykov wrote: > What algorithm do ENCODE-DECODE functions use? This is noname algorithm with questionable security level. Use DES_ENCRYPT/DES_DECRYPT instead. This uses triple DES. Tõnu sql ---

Re: ENCODE algorithm

2002-06-02 Thread mos
At 08:58 PM 6/2/2002, you wrote: >What algorithm do ENCODE-DECODE functions use? > > >-- >Best regards, > Evgeny mailto:[EMAIL PROTECTED] Evgeny, Encode(),Decode() is for low level security. If you are trying to store passwords use something like MD5() to creat

ENCODE algorithm

2002-06-02 Thread Evgeny Chuykov
What algorithm do ENCODE-DECODE functions use? -- Best regards, Evgeny mailto:[EMAIL PROTECTED] - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql