DES?AES?RC4, which encryption method should I use for cellphone Encode and Decode?
- by Mike108
I have an asp.net web app storing user's cellphone number in Sql Server 2005.
I want to use C# to encode cellphone number for security reason.
Which encryption method should I use for cellphone Encode and Decode?
DES?AES?RC4 or something else?