using "System.Security.Cryptography;"

  • Thread starter Thread starter '[] WiRaN
  • Start date Start date
W

'[] WiRaN

somebody has some example of criptografar given to be recorded in the data
base?
'[] WiRaN
 
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.
 
Back
Top