Re: [PHP] encryption methods?

2001-07-13 Thread Christopher Ostmo
Butler, Shaun pressed the little lettered thingies in this order... > check out the crypt() function > > http://www.php.net/manual/en/function.crypt.php > > if you don't care about decrypting the password this works fine. > > --Shaun > Umm... You've misunderstood something. The reason why y

Re: [PHP] encryption methods?

2001-07-13 Thread Butler, Shaun
t; Document Root, then include that file in your scripts when you need a > password. > > Kirk > > > -Original Message- > > From: Adrian Teasdale [mailto:[EMAIL PROTECTED]] > > Sent: Friday, July 13, 2001 1:10 PM > > To: [EMAIL PROTECTED] > >

RE: [PHP] encryption methods?

2001-07-13 Thread Johnson, Kirk
; To: [EMAIL PROTECTED] > Subject: [PHP] encryption methods? > > > Hi all > > Encryption is not something that I have had dealings in with > PHP. I have a > potential client who wants to have customer account information (8000 > records) stored on the internet (minu

[PHP] encryption methods?

2001-07-13 Thread Adrian Teasdale
Hi all Encryption is not something that I have had dealings in with PHP. I have a potential client who wants to have customer account information (8000 records) stored on the internet (minus credit card information) and I was wondering what options I have for encryption. My concern is that by s