关于sql server sa密码的破解的一个方法-数据库专栏,SQL Server |
|
来源:http://www.idcnews.net/html/edu/database/20071225/21753.html
发表日期:2008年4月30日
作者:
|
小弟最近发现了sql server加密密码的函数pwdencrypt(),在sp_addlogin存储过程中,又发现了口令比较的函数pwdcompare(),在sp_password存储过程中,虽然是单向加密的,但是能通过穷举来猜到sa的密码,当然其他的登录帐户的密码也是能够猜到的 原帖:http://community.csdn.net/expert/topic/3249/3249297.xml?temp=.9472315
邹建的改进的帖子:
http://community.csdn.net/expert/topic/3271/3271317.xml?temp=.9382135(编辑:网站学习网)
|
|
|
|