Skip to content

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

data/prototypes.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4200,10 +4200,14 @@
42004200
"regex": "\\A[a-z0-9\\/.]{13,}\\Z",
42014201
"modes": [
42024202
{
4203-
"john": "bigcrypt",
4203+
"john": "descrypt",
42044204
"hashcat": null,
42054205
"extended": true,
4206-
"name": "BigCrypt"
4206+
"name": "BigCrypt (descrypt extension, DES-based crypt(3))",
4207+
"samples": [
4208+
"S/8NbAAlzbYO66hAa9XZyWy2",
4209+
"TO9Mdb1FHXkFU"
4210+
]
42074211
}
42084212
]
42094213
},

docs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
- **Enhancements**:
44
- OpenSSH private key
55
- Fix Regexp for large key size (reported by [lap1nou][lap1nou] on [#217][#217])
6+
- BigCrypt
7+
- Better description
8+
- Add samples
9+
- Fix available JtR format
610

711
[#217]:https://github.com/noraj/haiti/pull/217
812
[lap1nou]:https://github.com/lap1nou

0 commit comments

Comments
 (0)