tags:

views:

49

answers:

2

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?

+1  A: 

I would recommend AES since its newer, but in reality any would work. Unless your afraid of the NSA

A big DB password would also help

TheLQ
A: 

use the which has less computational overhead and consuming less battery and secure (not compromised yet)

berkay