Re: Encryption and decryption
Date: Thu, 21 Jul 2005 13:14:49 +0100
Check out the FAQ section at SQLSecurity.com
--
HTH,
Vyas, MVP (SQL Server)
SQL Server Articles and Code Samples @ http://vyaskn.tripod.com/
"Rn" <ryanhls@yahoo.com> wrote in message
news:eAbHqPdjFHA.1416@TK2MSFTNGP09.phx.gbl...
How to do encryption and decryption?
Relevant Pages
- Re: CREATE SYMMETRIC KEY
... AES is only supported by SQL Server on Windows 2003. ... To test it out using encryption, I created a database, TestEncrypt, ... CREATE SYMMETRIC KEY SSN_Key_01 ... DECRYPTION BY CERTIFICATE HumanResources037; ... (microsoft.public.sqlserver.security) - Re: SQL Server 2005 encryption with databound controls
... If you want the contents of the data encrypted inside the database, then you can encapsulate all the encryption and decryption inside stored procedures, and you can configure the DataAdapter to use those SPs, rather than the sql queries themselves. ... you would pass your data through the standard SQL Server 2005 functions for encryption and decryption before writing or reading the actual table. ... Die, die Binär verstehen, bzw. ... (microsoft.public.dotnet.languages.csharp) - Re: SQL-Server and Content encryption
... SQL Server does not have any encryption features built in like that. ... the encryption and decryption in the application. ... > read the data stored in the SQL-Server database? ... (microsoft.public.sqlserver.security) - Re: SQL-Server and Content encryption
... SQL Server 2000 didn't directly tackle the content encryption problem. ... "Andrew J. Kelly" wrote in message ... >>> the encryption and decryption in the application. ... (microsoft.public.sqlserver.security) - DES Encryption and Decryption using different keys gives Bad Data exception
... The final step is to re-encrypt this output using the left hand key ... The Step 1 encryption part works fine but Step 2 decrypting using the right ... decryption and the re-encryption it works fine. ... PS I can attach some code samples if that would help. ... (microsoft.public.dotnet.security) |
|