Re: [GENERAL] encrypted field

1999-09-17 Thread Ross J. Reedstrom
On Fri, Sep 17, 1999 at 09:03:58AM -0300, Henrique Pantarotto wrote: > PS: Note that all crypted passwords are created with salt "HP" (my name > initials..) You can change that, or if you know C, you can do in a way that it > will pick two random characters (the way it should really be). I've g

Re: [GENERAL] encrypted field

1999-09-17 Thread Henrique Pantarotto
Hello Greg, I've created a stupid little C trigger that is kinda like MySQL's "encrypt" function. I use it to store passwords in the UNIX crypt format. Here's the encrypt.c: /* * * Henrique Pantarotto ([EMAIL PROTECTED]) * Funcao para