okay say in my app i have 3 fields, name address and city (in a db table).
I want to give the option to "create mirror image online"

my online db has the strcuture

id (primary, autoincrement)
productId (the product key of the product)
data.

so when it uploads it should convert say
"Bob", "123 Fake ST", "NY" to something like

ghak2odm2dkcos029ckfk30. Is this possible? I GUESS this is what you would call encrypting but my main purpose is NOT to encrypt them, just "randomize" them.