ciphertext = Encrypt(txtEmailPass.Text)
Wich encrypt function are you using? Is written by your self? or is some of the predefined System.Security.Cryptography? Which one?
Did you already read this?
Let us know
lolafuertes
Practically a Posting Shark
889 posts since Oct 2008
Reputation Points: 164
Solved Threads: 189
Skill Endorsements: 5
You need to read each row in the table, then decrypt the password field.
You can do it by using a data adapter to fill a datatable, then using a foreach loop analyze each row in the datatable, decrypt the password and update the datatable row.
Finally, use the datatable as datasource for your datagrid.
Hope this helps
lolafuertes
Practically a Posting Shark
889 posts since Oct 2008
Reputation Points: 164
Solved Threads: 189
Skill Endorsements: 5
Question Answered as of 10 Months Ago by
lolafuertes