Browse by Tags
Sorry, but there are no more tags available to filter with.
- SQL Server 2005 –Encrypting data on existing applications
-
SQL Server 2005 encryption requires the application to be aware of it and to decrypt the data before it can be consumed as well as encrypt (and verify that the encryption call succeeded) before storing it. When you are writing new schemas and new applications Read More...
- Indexing encrypted data
-
Encrypted data and indexes One thing I have been asked many times is how to create an index on top of encrypted data in SQL Server 2005. In SQL Server 2005 the encryption functions are nondeterministic, which means that every time a function is called, Read More...