Skip to content

Commit

Permalink
add SQLCipher
Browse files Browse the repository at this point in the history
fix #66
  • Loading branch information
noraj committed Aug 7, 2021
1 parent c7eea2d commit 46273d9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
14 changes: 14 additions & 0 deletions data/prototypes.json
Original file line number Diff line number Diff line change
Expand Up @@ -3696,5 +3696,19 @@
]
}
]
},
{
"regex": "^SQLCIPHER\\*\\d\\*\\d{1,6}\\*[a-f0-9]{32}\\*[a-f0-9]{32}\\*[a-f0-9]{32}$",
"modes": [
{
"john": null,
"hashcat": 24610,
"extended": false,
"name": "SQLCipher",
"samples": [
"SQLCIPHER*1*64000*25548249195677404156261816261456*85b5e156e1cf1e0be5e9f4217186817b*33435c230bbc7989bbd027630e3f47cd"
]
}
]
}
]
2 changes: 2 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- Additions:
- MD6 (128, 256, 512) [#84][#84]
- Apple iWork [#65][#65]
- SQLCipher [#66][#66]
- Enhancements:
- MD5 APR: [#83][#83]
- add JtR ref.
Expand All @@ -15,6 +16,7 @@
[#84]:https://github.com/noraj/haiti/issues/84
[#83]:https://github.com/noraj/haiti/issues/83
[#65]:https://github.com/noraj/haiti/issues/65
[#66]:https://github.com/noraj/haiti/issues/66

## [1.2.1]

Expand Down

0 comments on commit 46273d9

Please sign in to comment.