Well, my first thought is that DES is easily cracked and shouldn't be
used. Use TripleDES instead. For even more security, AES might be the
best choice.
You'll have to guard the key very carefully no matter which algorithm
you choose.
Andy
Tim wrote:
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?
Encrypting Data ... 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: DMSII Encryption - does it exist? ...encryption and is easy to implement. ... I was unaware of TEA, so thanks for pointing it out. ... Isn't there an implementation of DES that is used for the ... There are several public domain implementations of AES (the DES ... (comp.sys.unisys)
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)
AES design - can you help me to understand ... I have been reading this article to learn more about modern cipher design... Is what follows a generally correct understanding....DES uses a key dependant transformation in every round? ... If one ran DES and AES for and equal number of rounds - say 10: ... (sci.crypt)
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)