From: | Ben(dot)Westgarth(at)facs(dot)gov(dot)au |
---|---|
To: | hodges(at)xprt(dot)net |
Cc: | pgsql-php(at)postgresql(dot)org |
Subject: | Re: encryption for postgres |
Date: | 2001-10-15 00:38:51 |
Message-ID: | CA256AE6.0003C88A.00@facs.gov.au |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-php |
Hi Tom,
There is a standard function - 'crypt( )' . I'm afraid I can't give you a
detailed run down on how to use it off the top of my head, but the manual covers
it pretty well, and you can also check it out at http://www.php.net
If you need more serious security there are other encryption functions around,
but I think you have to load most of these in as separate modules. I seem to
remember that php builder have done a couple of good articles on such things
(don't quote me on that though).
Cheers,
Ben Westgarth
hodges(at)xprt(dot)net on 15/10/2001 08:50:20
To: pgsql-php(at)postgresql(dot)org
cc: (bcc: Ben Westgarth/User/FaCS)
Subject: [PHP] encryption for postgres
I need to save user ids and passwords to be used for access
to records in a database. The passwords should be encrypted
before saving. Are there builtin or standard php functions
to do encryption/decryption or does one need to add a library
to a standard php install (RedHat 7.1).
Cheers, Tom
Tom Hodges, hodges(at)xprt(dot)net or tom_hodges(at)yahoo(dot)com
ICQ 10149621, YahooMessenger tom_hodges
Mail: 14314 SW Allen Blvd, #317; Beaverton OR 97005 USA
---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
message can get through to the mailing list cleanly
Attachment | Content-Type | Size |
---|---|---|
att1.eml | application/octet-stream | 2.9 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | speedboy | 2001-10-15 00:42:01 | Re: encryption for postgres |
Previous Message | Joel Burton | 2001-10-14 23:40:02 | Re: encryption for postgres |