Re: encryption for postgres

Поиск
Список
Период
Сортировка
От Mitch Vincent
Тема Re: encryption for postgres
Дата
Msg-id 000901c15512$7d25b500$e05c5dd8@mitch
обсуждение исходный текст
Ответ на encryption for postgres  (hodges@xprt.net)
Ответы Re: encryption for postgres  (hodges@xprt.net)
Список 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 по дате отправления:

Предыдущее
От: speedboy
Дата:
Сообщение: Re: encryption for postgres
Следующее
От: Ben.Westgarth@facs.gov.au
Дата:
Сообщение: Re: encryption for postgres