Re: Hash and Encryption Considerations

From: Frank Parks <fparks(at)ezbizpartner(dot)com>
To: "pgsql-php(at)postgresql(dot)org" <pgsql-php(at)postgresql(dot)org>
Subject: Re: Hash and Encryption Considerations
Date: 2006-02-21 22:06:25
Message-ID: 43FB8EE1.5050005@ezbizpartner.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

I use a text field and md5 that is built into php. It works fine.

operationsengineer1(at)yahoo(dot)com wrote:

>hi all,
>
>i'm delving into using php to hash passwords to store
>in my pg db. i will also be looking into encrypting
>personal information, too.
>
>i think i have a decent understanding how to use php
>to accomplish these tasks, but i'm not sure if there
>are any pgsql considerations - even after spending
>some time searching for something relevant.
>
>i'd appreciate any insight from some more experienced
>developers may have on this topic.
>
>tia...
>
>__________________________________________________
>Do You Yahoo!?
>Tired of spam? Yahoo! Mail has the best spam protection around
>http://mail.yahoo.com
>
>---------------------------(end of broadcast)---------------------------
>TIP 3: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faq
>
>
>
>
>

In response to

Browse pgsql-php by date

  From Date Subject
Next Message enediel gonzalez 2006-02-26 02:51:22 postgresql 7.3 php transaction problem
Previous Message operationsengineer1 2006-02-21 21:38:52 Hash and Encryption Considerations