--
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?
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 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)
Re: Example code Help! ...Dan has planted a bomb in my heart, ... >between SQL Server versions/service packs and break your ... >> I am searching for example codes for encryption and ... >> decryption of a value for a column in SQL Server 2000. ... (microsoft.public.sqlserver.server)