Add additional support for SQLCipher v3 and hashes SHA1 and SHA256 and a unit-test

This commit is contained in:
Jens Steube
2021-03-26 11:36:41 +01:00
parent 71766dab43
commit 524cb20703
9 changed files with 1166 additions and 156 deletions

View File

@@ -13,8 +13,8 @@
- Added hash-mode: RAR3-p (Compressed)
- Added hash-mode: RAR3-p (Uncompressed)
- Added hash-mode: RSA/DSA/EC/OPENSSH Private Keys
- Added hash-mode: SQLCipher
- Added hash-mode: sha1(sha1($pass).$salt)
- Added hash-mode: SQLCipher V4
##
## Bugs

View File

@@ -216,6 +216,7 @@ NVIDIA GPUs require "NVIDIA Driver" (440.64 or later) and "CUDA Toolkit" (9.0 or
- MySQL4.1/MySQL5
- MySQL $A$ (sha256crypt)
- Sybase ASE
- SQLCipher
- hMailServer
- DNSSEC (NSEC3)
- CRAM-MD5 Dovecot
@@ -336,7 +337,6 @@ NVIDIA GPUs require "NVIDIA Driver" (440.64 or later) and "CUDA Toolkit" (9.0 or
- Django (SHA-1)
- Web2py pbkdf2-sha512
- TOTP (HMAC-SHA1)
- SQLCipher V4
##
## Attack-Modes