Thread: Hash and Encryption Considerations
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
I use a text field and md5 that is built into php. It works fine. operationsengineer1@yahoo.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 > > > > >