Skip to content

Commit a8b0bf5

Browse files
author
jessevz
committed
Fixed wrong indentation
1 parent 81fdfe8 commit a8b0bf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/install/hashtopolis.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,8 +338,8 @@ INSERT INTO `HashType` (`hashTypeId`, `description`, `isSalted`, `isSlowHash`) V
338338
(1000, 'NTLM', 0, 0),
339339
(1100, 'Domain Cached Credentials (DCC), MS Cache', 1, 0),
340340
(1300, 'SHA-224', 0, 0),
341-
(1310, 'sha224($pass.$salt)', 1, 0),
342-
(1320, 'sha224($salt.$pass)', 1, 0),
341+
(1310, 'sha224($pass.$salt)', 1, 0),
342+
(1320, 'sha224($salt.$pass)', 1, 0),
343343
(1400, 'SHA256', 0, 0),
344344
(1410, 'sha256($pass.$salt)', 1, 0),
345345
(1411, 'SSHA-256(Base64), LDAP {SSHA256}', 0, 0),

0 commit comments

Comments
 (0)