Chris Falter

.NET Design and Best Practices
posts - 49, comments - 88, 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

Monday, October 06, 2008

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.
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

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

Powered by: