I'm new with this. I don't know how to find hashes. For instance I would like to find the login password for my Sql Server 2008. What is the hash and how do you find it? Help would be appreciated.
What is the hash for Sql Server
|
01-07-2014, 08:27 AM
http://technet.microsoft.com/en-us/libra....100).aspx
http://technet.microsoft.com/en-us/libra....105).aspx As far as how to get them, this is the wrong forum for that.
01-07-2014, 06:09 PM
(01-07-2014, 08:27 AM)radix Wrote: http://technet.microsoft.com/en-us/libra....100).aspx What would be the right for them? The link shows an example, am I supposed to put this example in my host.txt example: DECLARE @HashThis nvarchar(4000); SELECT @HashThis = CONVERT(nvarchar(4000),'dslfdkjLK85kldhnv$n000#knf'); SELECT HashBytes('SHA1', @HashThis); GO A
01-07-2014, 07:39 PM
Somewhere thats not here.
|
« Next Oldest | Next Newest »
|