Chris Falter

.NET Design and Best Practices
posts - 49, comments - 89, trackbacks - 24

My Links

News

All source code published on this blog is placed in the public domain.

Archives

Post Categories

Image Galleries

About Me

October 2008 Entries

How To Search Encrypted Text in SQL Server 2005/2008

We all know how to perform data lookups based on last name, zip code, and so forth. But what if you need to do a lookup based on encrypted data? This could be an extremely expensive operation, if you have to decrypt the data in every record. But if you use secure hash codes, you can perform the lookup very inexpensively.

Posted On Monday, October 06, 2008 12:14 AM | Feedback (7) | Filed Under [ Database Considerations ]

Powered by: