Re: security paranoia

2002-06-12 Thread Tonu Samuel
On Tue, 11 Jun 2002, MikeParton wrote: Where in the MySQL docs does it discuss DES_ENCRYPT/DES_DECRYPT support? Alternatively (and I am posting this to the php lists), anyone know where, or if, I can get pre-compiled libmcrypt library for php 4.2.1?

Re: security paranoia

2002-06-11 Thread Tonu Samuel
On Tue, 11 Jun 2002, Ray wrote: looking for something like encrypt(str, protected_str) and decrypt (crypt_str, private_str) and probably a make_key_pair() its not a vital part of my current project, but i'm sure someone will get cracked into (again) and then there will be another wave

Re: security paranoia

2002-06-11 Thread MikeParton
PROTECTED] Sent: Tuesday, June 11, 2002 4:16 PM Subject: Re: security paranoia On Tue, 11 Jun 2002, Ray wrote: looking for something like encrypt(str, protected_str) and decrypt (crypt_str, private_str) and probably a make_key_pair() its not a vital part of my current project