Skip to content

Commit a17253d

Browse files
committed
add Apache Shiro 1 SHA-512
1 parent 5393255 commit a17253d

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

data/prototypes.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7282,5 +7282,19 @@
72827282
]
72837283
}
72847284
]
7285+
},
7286+
{
7287+
"regex": "\\A\\$shiro1\\$SHA-512\\$\\d+\\$[a-z0-9=+\\/]{0,345}\\$[a-z0-9=+\\/]{88}\\Z",
7288+
"modes": [
7289+
{
7290+
"john": null,
7291+
"hashcat": 12150,
7292+
"extended": false,
7293+
"name": "Apache Shiro 1 SHA-512",
7294+
"samples": [
7295+
"$shiro1$SHA-512$1024$WobJGSjbUhsMdaILomMOdw==$9uptGJ24vzZCqZI55F77N7xjUxGlVrK5aCmAwIrV1vwDmFM4akE6Hmd23Aj8ANLSUdIEkHLZ6SnoitZbOsoQNQ=="
7296+
]
7297+
}
7298+
]
72857299
}
72867300
]

docs/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
## [unreleased]
22

33
- **Additions**:
4-
- KeePass 2 (KDBX 4) / AES-Twofish-ChaCha20 256 enc. / Argon2d KDF / without keyfile
4+
- KeePass 2 (KDBX 4) / AES-Twofish-ChaCha20 256 enc. / Argon2d KDF / without keyfile [#220][#220]
55
- KeePass 2 (KDBX 4) / AES-Twofish-ChaCha20 256 enc. / Argon2id KDF / without keyfile
66
- KeePass 2 (KDBX 4) / AES-Twofish-ChaCha20 256 enc. / AES-KDF / without keyfile
77
- KeePass 2 (KDBX 3) / AES 256 enc. / AES-KDF / without keyfile
88
- KeePass 2 (KDBX 3) / Twofish 256 enc. / AES-KDF / without keyfile
99
- KeePass 2 (KDBX 3) / ChaCha20 256 enc. / AES-KDF / without keyfile
10+
- Apache Shiro 1 SHA-512 [#215][#215]
1011
- **Enhancements**:
1112
- OpenSSH private key
1213
- Fix Regexp for large key size (reported by [lap1nou][lap1nou] on [#217][#217])
@@ -17,6 +18,8 @@
1718

1819
[#217]:https://github.com/noraj/haiti/pull/217
1920
[lap1nou]:https://github.com/lap1nou
21+
[#215]:https://github.com/noraj/haiti/issues/215
22+
[#220]:https://github.com/noraj/haiti/issues/220
2023

2124
## [3.0.0]
2225

0 commit comments

Comments
 (0)