SQL 2012 password hash
#8
(08-21-2012, 11:22 AM)radix Wrote: I've added this even though SQL documentation advises against using pwencrypt to hash passwords (bad admins will bad admin). Should be available in the next release of hashcat cpu.

Thank you very much for adding this to hashcat! I look forward to using the new version, and I hope to see it make it into the oclHashcat family in the future as well.

I would note that admins have no choice if they need to use something other than Windows Authentication. All SQL Server (SQL Authentication) usernames have the passwords stored in sys.syslogins, and all of those passwords are hashed by SQL Server using pwdencrypt. I was hoping for an RFC2898 implementation if they were upgrading at all, but it looks like Microsoft was happy just changing the hash algorithm.


Messages In This Thread
SQL 2012 password hash - by Incisive - 08-17-2012, 11:45 PM
RE: SQL 2012 password hash - by atom - 08-17-2012, 11:48 PM
RE: SQL 2012 password hash - by radix - 08-18-2012, 04:43 PM
RE: SQL 2012 password hash - by Incisive - 08-20-2012, 05:05 PM
RE: SQL 2012 password hash - by radix - 08-21-2012, 11:22 AM
RE: SQL 2012 password hash - by Incisive - 08-21-2012, 11:46 PM
RE: SQL 2012 password hash - by halfie - 08-21-2012, 05:35 PM
RE: SQL 2012 password hash - by atom - 08-21-2012, 08:32 PM
RE: SQL 2012 password hash - by atom - 08-22-2012, 09:48 AM
RE: SQL 2012 password hash - by glugingb - 11-09-2012, 12:09 PM
RE: SQL 2012 password hash - by M@LIK - 11-09-2012, 04:48 PM
RE: SQL 2012 password hash - by glugingb - 11-11-2012, 10:29 AM