which algorithm is prefered for hiding an important string into database using c# ?
ENCODING AND DECODING STRINGS WITH C#
mean i have some important data (they are not passwords) , so i want to change them in database!
also i need to reconvert them to normal mode for using in my web pages ?
如何做这项工作?
i know we can use md5 hash for passwords / but by doing this we can not reconvert them to normal mode!
so , should be another way for another data!
thanks in advance
best regards