Re: 'sa' password

From: K. Brian Kelley (rev_brian@nospam.hotmail.com)
Date: 09/09/02


From: "K. Brian Kelley" <rev_brian@nospam.hotmail.com>
Date: Mon, 9 Sep 2002 17:15:56 -0400


SQL Server login passwords are crackable because of a weakness in the hash.
It can be recovered with a crack program if you already have sysadmin rights
to the box via another login method (access to sysxlogins is a requirement.
A paper detailing the weakness is available at NGSSoftware's site
(http://www.nextgenss.com/).

The article: http://www.nextgenss.com/papers/cracking-sql-passwords.pdf

A review of NGSSQLCrack (free registration required):
http://www.sqlservercentral.com/columnists/sjones/reviewmssqlcrack.asp

--
K. Brian Kelley
http://www.truthsolutions.com/
Author: Start to Finish Guide to SQL Server Performance Monitoring
http://www.netimpress.com/shop/product.asp?ProductID=NI-SQL1
--
"Tom Moreau" <tom@dont.spam.me.cips.ca> wrote in message
news:ek5ouhaVCHA.2024@tkmsftngp08...
The sa password is encrypted, so if you forgot it, you won't be able to get
it back.  That's what security is all about.  You can, however, change it to
something you do know.  You will have to connect through another login that
belongs to the sysadmin role.  If you haven't already removed the
BUILTIN\Administrators group, then you can login into the server as an
administrator and use Windows authentication to connect.
--
Tom
---------------------------------------------------------------
Thomas A. Moreau, BSc, PhD, MCSE, MCDBA, MCT
SQL Server MVP
Columnist, SQL Server Professional
Toronto, ON Canada
www.pinnaclepublishing.com/sql
www.apress.com
"iKc" <pruello@tibco.fr> wrote in message
news:unVhqpYVCHA.2540@tkmsftngp09...
Hi,
I don't remember the password of my 'sa' user (Hopefully I still can login
as BUILTIN\Admin). I only see it in binary format. Is there a way to find
it? I want to keep it and I don't want to put it as NULL.
Is there a way to find again my 'sa' password?
Thks.


Relevant Pages

  • Re: Unexpected Login Screen When Accessing SQL Data Via .NET Intra
    ... >> data and the SQL Server is on the same server. ... >> My problem is that one user has started getting a login popup ... >> right in via Windows Authentication like everyone else and like they ...
    (microsoft.public.sqlserver.connect)
  • Re: cannot acees two databases as owner
    ... it does not matter you are a member of the ... the sysadmin fixed server role or if there is no any other Login which is ... group if it's a domain) and you can login to your SQL Server with, ...
    (microsoft.public.sqlserver.setup)
  • Re: Database security design with ASP.net and form-based authentication
    ... Since you already have forms-based security, why not use a single SQL login ... for all database access? ... data entry, guest/view only, admin, report viewer. ... so I'm using SQL Server authentication. ...
    (microsoft.public.sqlserver.security)
  • Re: Credentials not being passed with remote access
    ... allowed windows authentication to work, ... I had assumed johnx was a domain user rather than a local Windows account. ... johnx was set up as a local login on sql server. ...
    (microsoft.public.sqlserver.security)
  • Re: No db access after publishing web site
    ... GRANT UPDATE TO ... If I detach and attach this database on a different PC (according that PC ... Cannot open database "pago" requested by the login. ... Are you detaching/attaching the SQL Server Express database correctly ...
    (microsoft.public.dotnet.framework.aspnet)