Search found 3 matches

by nedpwolf
Fri Jul 15, 2011 11:49 am
Forum: PHP - Security
Topic: Encrypting already existing database help
Replies: 4
Views: 3663

Re: Encrypting already existing database help

Yes, that's what I intended. Sorry for the lack of clarity in the original post.
by nedpwolf
Fri Jul 15, 2011 11:41 am
Forum: PHP - Security
Topic: Encrypting already existing database help
Replies: 4
Views: 3663

Encrypting already existing database help

Migrating from cleartext to encrypted passwords I have a MySQL table that contains user data including passwords in cleartext, about 10,000 records, and my client has decided to move to encrypted passwords. As I see it the steps to complete in this order are as follows: 1. Create new column in table...