On 5 26 , 3 55 , "justin.dema...@gmail.com"
<justin.dema...@gmail.com> wrote:
> If you are using a good salt-ing mechanism (google for p***word hash
> salting if you don't do this already) on the current hash then it
> shouldn't really be an issue to transfer them as is. If you want to be
> more secure you may be able to use some of the encryption functions
> built into mysql:http://dev.mysql.com/doc/refman/5.0/...ions.html#func....
p***word is an example...for example, if i want to excrypt the phone
no. hashing didn't work....
the problem with mysql encryption is that the key will be visible to
the public network during replication, so this is the reason i need to
use my own...
thanks anyway