We have a development database with sensitive data on it that we would like to mask. I've done so with a translate statement, but the problem is, the key is in the script, so anyone with access to the script could decipher the masked data. We have a similar process in SQL server that randomly replaces one ascii value for another to scramble the data, but I haven't been able to do that in Oracle. Does anyone have any suggestions? If I could figure out how to randomly create a key, then I could refer to it in the translate step.