Re: encryption for postgres - Mailing list pgsql-php

From Mitch Vincent
Subject Re: encryption for postgres
Date
Msg-id 000901c15512$7d25b500$e05c5dd8@mitch
Whole thread Raw
In response to encryption for postgres  (hodges@xprt.net)
Responses Re: encryption for postgres  (hodges@xprt.net)
List pgsql-php
There are such functions for both PHP and PostgreSQL -- check out pgcrypto
in the contrib directory of the tarball for PostgreSQL support and the
mcrypt functions for PHP support... Both link to external libraries..

Note that MD5 and DES encryption might be available without linking to
external libs but those are one-way encryptions....

-Mitch
----- Original Message -----
From: <hodges@xprt.net>
To: <pgsql-php@postgresql.org>
Sent: Sunday, October 14, 2001 6:50 PM
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@xprt.net or tom_hodges@yahoo.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@postgresql.org so that your
> message can get through to the mailing list cleanly
>


pgsql-php by date:

Previous
From: speedboy
Date:
Subject: Re: encryption for postgres
Next
From: Ben.Westgarth@facs.gov.au
Date:
Subject: Re: encryption for postgres