The Ensoft blog

tail /var/log/thoughts
posts - 82, comments - 451, trackbacks - 68

My Links

News

Archives

Post Categories

Developer Links

SQL Server service pack 4

Here's a great one for anybody applying the SP4 to SQL Server:

Try doing a trace on SQL statements that happen to even vaguely mention “password”... it'll block it!

Even if the code is inserting an email that vaguely mentions something about password security... without even saying “the password was [blank].“

Try this sql script, running SQL Profiler:

use northwind
insert into customers ( customerid, companyname, contactname )
values ( 'PASSW', 'Password Experts', 'The password man' )

Guess what... it gets blocked.  Apparently it really is just a dumb substring search for the “password“ text...

Great job guys... That's the way to really “think” about security...

Anyone? Anyone? 

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Print | posted on Thursday, October 20, 2005 10:54 AM |

Feedback

Gravatar

# Roulette Trick

Great idea, thanks for this tip!
2/4/2010 12:00 PM | ruleta online
Comments have been closed on this topic.

Powered by: