Encrypting Data
- From: "Tim" <tim@xxxxxxx>
- Date: Tue, 5 Dec 2006 10:01:39 -0700
Hi,
I need to encrypt sensative data in a SQL db like ssn, driver license... I
was looking at using
SymmetricAlgorithm using DES to encrypt and decrypt the data. Since I need
to decrypt the data I cannot use hash like I do for login. Any thoughts?
Thanks
.
Relevant Pages
- Re: Encrypting Data
... For even more security, AES might be the ... I need to encrypt sensative data in a SQL db like ssn, ... SymmetricAlgorithm using DES to encrypt and decrypt the data. ... (microsoft.public.dotnet.languages.csharp) - Re: Encrypt and Decrypt a file using .NET 2.0?
... public static string GenerateKey() ... DES des = DES.Create; ... // Distribute this key to the user who will decrypt this file. ... // Get the Key for the file to Encrypt. ... (microsoft.public.dotnet.languages.csharp) - Re: Linux cant decrypt cipher text created under Windows
... This controller will then decrypt ... Win/Dos exe but know it's doing single DES in ECB mode. ... I have working controller code that encrypts and decrypts messages but ... I can't decrypt a message encrypted by the Windows/DOS tool. ... (sci.crypt) - Linux cant decrypt cipher text created under Windows
... Win/Dos exe but know it's doing single DES in ECB mode. ... I have working controller code that encrypts and decrypts messages but ... I can't decrypt a message encrypted by the Windows/DOS tool. ... Furthermore, I wrote a test program under Linux, to make use of the ... (sci.crypt) - Re: Cryptographic Exception - Bad Data (DESCryptoServiceProvider)
... As I understand the DES algorithm, ... Do you think that the DES crypto service provider works ... itself is normally implemented - I suspect the padding and unpadding ... You're creating a different key to decrypt with - ... (microsoft.public.dotnet.framework) |
|