Using ASP.Net 2.0 and SQL 2005. Need to encrypt credit card numbers in the database.
My thoughts are to use one of the encryption methods that are part of SQL Server, mainly because I am using the SQLDatasource for some of my grids.
Still there are so many different methods to choose from and I am under the gun to get it done quickly. Any suggestions? Am I right to use SQL Server as opposed to .Net to perform the acutal encrytion/decryption?
Start Free Trial