W '[] WiRaN Sep 12, 2003 #1 somebody has some example of criptografar given to be recorded in the data base? '[] WiRaN
P Peter Rilling Sep 12, 2003 #2 There is nothing special about saving encrypted data to the database. Once you have encrypted the information, you can then pass the bytes to the Convert.ToBase64String method so get a string that can be stored in the database.
There is nothing special about saving encrypted data to the database. Once you have encrypted the information, you can then pass the bytes to the Convert.ToBase64String method so get a string that can be stored in the database.