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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top