Generate data in table with Encryption
rabbiwan
Posts: 1 New member
Hello,
I would like generate data in a database where some columns are with encryption.
So I have VARBINARY (500) where address, phone and other data are encrypter.
I would like create fake data with consistent.
For encrypt I do :
How I can do that with SQL Data Generator V4?
Who I can put data with my encryption?
Thanks
Best Regards
Rabbiwan
I would like generate data in a database where some columns are with encryption.
So I have VARBINARY (500) where address, phone and other data are encrypter.
I would like create fake data with consistent.
For encrypt I do :
UPDATE Contact SET
Who I can put data with my encryption?
Thanks
Best Regards
Rabbiwan
Tagged:
Answers
Redgate Software
I was able to complete this using a custom SQL Command. This example generates a random date somewhere from 01/01/1951 to 01/01/2001, then encrypts it and returns the bit value. This only returns one value so I set the flag to loop for all rows.