Thread
:
Encrypting data already stored
View Single Post
11-06-2010, 10:55 PM
#
2
(
permalink
)
Village Idiot
Wizard
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
A database that is already stored in a database? Do you mean data that is already stored in a database? If so:
Code:
UPDATE table SET field=SHA1(field) WHERE 1
__________________
The Following User Says Thank You to Village Idiot For This Useful Post:
KingOfTheSouth
(11-07-2010)
Village Idiot
View Public Profile
Send a private message to Village Idiot
Find More Posts by Village Idiot