Article: Encrypt and Decrypt Username or Password stored in database in Windows Application using C# and VB.Net
I have a vb.net program which uses a database with 5 fields, is it possible to encrypt the fields into the database and the decrypt to DataGridView to see unencrypted records.
Hi jshorthose,
As in the article encrypted data is displaying in DataGridView.
So will you please explain the issue you are getting in details?
Do you want to encrypt all 5 fields data?
Yes all the fields are sensitive and I would prefer them to be encrypted. I was thinkink of having 2 DGVs and decrypting one into the other somehow but I am not betting very far. I appreciate any ideas.
OK. We will get back to you on this.
Have you tried anything as per the article sample?
Please share your code.
I have tried to apply as the article but with not much luck if I apply the same logic to 5 fields would I then end up with a DataGridView with 10 columns.
I will carry on trying and thanks for your help.
© COPYRIGHT 2023 ASPSnippets.com ALL RIGHTS RESERVED.