|
Subject:
|
encrypt database
|
|
Posted By:
|
skajani
|
Post Date:
|
8/7/2006 3:43:37 AM
|
HI
I want to encrypt data which is already there in the database using c# my database is sql server 2000.
|
|
Reply By:
|
dparsons
|
Reply Date:
|
8/7/2006 2:48:56 PM
|
Take a look in
System.Security.Cryptography
It should contain the methods and functions to do what you want.
"The one language all programmers understand is profanity."
|