mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-22 08:08:10 +00:00
rename -m 28503/28504 from P2WSH to P2WPKH
This commit is contained in:
parent
8f365216e0
commit
1ba15ea3a0
@ -6,7 +6,7 @@
|
||||
|
||||
- Added hash-mode: Amazon AWS4-HMAC-SHA256
|
||||
- Added hash-mode: Bitcoin WIF private key (P2PKH)
|
||||
- Added hash-mode: Bitcoin WIF private key (P2WSH, Bech32)
|
||||
- Added hash-mode: Bitcoin WIF private key (P2WPKH, Bech32)
|
||||
- Added hash-mode: BLAKE2b-512($pass.$salt)
|
||||
- Added hash-mode: BLAKE2b-512($salt.$pass)
|
||||
- Added hash-mode: DPAPI masterkey file v1 (context 3)
|
||||
|
@ -404,7 +404,7 @@ NVIDIA GPUs require "NVIDIA Driver" (440.64 or later) and "CUDA Toolkit" (9.0 or
|
||||
- BitShares v0.x - sha512(sha512_bin(pass))
|
||||
- Bitcoin/Litecoin wallet.dat
|
||||
- Bitcoin WIF private key (P2PKH)
|
||||
- Bitcoin WIF private key (P2WSH, Bech32)
|
||||
- Bitcoin WIF private key (P2WPKH, Bech32)
|
||||
- Electrum Wallet (Salt-Type 1-3)
|
||||
- Electrum Wallet (Salt-Type 4)
|
||||
- Electrum Wallet (Salt-Type 5)
|
||||
|
@ -18,7 +18,7 @@ static const u32 DGST_POS2 = 2;
|
||||
static const u32 DGST_POS3 = 3;
|
||||
static const u32 DGST_SIZE = DGST_SIZE_4_5;
|
||||
static const u32 HASH_CATEGORY = HASH_CATEGORY_CRYPTOCURRENCY_WALLET;
|
||||
static const char *HASH_NAME = "Bitcoin WIF private key (P2WSH, Bech32), compressed";
|
||||
static const char *HASH_NAME = "Bitcoin WIF private key (P2WPKH, Bech32), compressed";
|
||||
static const u64 KERN_TYPE = 28501;
|
||||
static const u32 OPTI_TYPE = OPTI_TYPE_NOT_SALTED;
|
||||
static const u64 OPTS_TYPE = OPTS_TYPE_STOCK_MODULE
|
||||
|
@ -18,7 +18,7 @@ static const u32 DGST_POS2 = 2;
|
||||
static const u32 DGST_POS3 = 3;
|
||||
static const u32 DGST_SIZE = DGST_SIZE_4_5;
|
||||
static const u32 HASH_CATEGORY = HASH_CATEGORY_CRYPTOCURRENCY_WALLET;
|
||||
static const char *HASH_NAME = "Bitcoin WIF private key (P2WSH, Bech32), uncompressed";
|
||||
static const char *HASH_NAME = "Bitcoin WIF private key (P2WPKH, Bech32), uncompressed";
|
||||
static const u64 KERN_TYPE = 28502;
|
||||
static const u32 OPTI_TYPE = OPTI_TYPE_NOT_SALTED;
|
||||
static const u64 OPTS_TYPE = OPTS_TYPE_STOCK_MODULE
|
||||
|
Loading…
Reference in New Issue
Block a user