diff --git a/docs/changes.txt b/docs/changes.txt index bb8dbaedc..d83ec7f70 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -6,7 +6,7 @@ - Added hash-mode: Bitwarden - Added hash-mode: Apple iWork -- Added hash-mode: RSA/DSA/EC/OPENSSH Private Keys +- Added hash-mode: RSA/DSA/EC/OpenSSH Private Keys ## ## Bugs diff --git a/docs/readme.txt b/docs/readme.txt index 9fcf86a54..847097d6b 100644 --- a/docs/readme.txt +++ b/docs/readme.txt @@ -274,7 +274,7 @@ NVIDIA GPUs require "NVIDIA Driver" (440.64 or later) and "CUDA Toolkit" (9.0 or - Apple Keychain - Apple Secure Notes - JKS Java Key Store Private Keys (SHA1) -- RSA/DSA/EC/OPENSSH Private Keys +- RSA/DSA/EC/OpenSSH Private Keys - 1Password, agilekeychain - 1Password, cloudkeychain - Bitwarden diff --git a/src/modules/module_22911.c b/src/modules/module_22911.c index 2ebcbca87..73a33d802 100644 --- a/src/modules/module_22911.c +++ b/src/modules/module_22911.c @@ -17,7 +17,7 @@ static const u32 DGST_POS2 = 2; static const u32 DGST_POS3 = 3; static const u32 DGST_SIZE = DGST_SIZE_4_4; static const u32 HASH_CATEGORY = HASH_CATEGORY_PRIVATE_KEY; -static const char *HASH_NAME = "RSA/DSA/EC/OPENSSH Private Keys ($0$)"; +static const char *HASH_NAME = "RSA/DSA/EC/OpenSSH Private Keys ($0$)"; static const u64 KERN_TYPE = 22911; static const u32 OPTI_TYPE = OPTI_TYPE_ZERO_BYTE; static const u64 OPTS_TYPE = OPTS_TYPE_PT_GENERATE_LE diff --git a/src/modules/module_22921.c b/src/modules/module_22921.c index a59cd7118..4dac39bbb 100644 --- a/src/modules/module_22921.c +++ b/src/modules/module_22921.c @@ -17,7 +17,7 @@ static const u32 DGST_POS2 = 2; static const u32 DGST_POS3 = 3; static const u32 DGST_SIZE = DGST_SIZE_4_4; static const u32 HASH_CATEGORY = HASH_CATEGORY_PRIVATE_KEY; -static const char *HASH_NAME = "RSA/DSA/EC/OPENSSH Private Keys ($6$)"; +static const char *HASH_NAME = "RSA/DSA/EC/OpenSSH Private Keys ($6$)"; static const u64 KERN_TYPE = 22921; static const u32 OPTI_TYPE = OPTI_TYPE_ZERO_BYTE; static const u64 OPTS_TYPE = OPTS_TYPE_PT_GENERATE_LE diff --git a/src/modules/module_22931.c b/src/modules/module_22931.c index 381fd3ffd..21f41ba04 100644 --- a/src/modules/module_22931.c +++ b/src/modules/module_22931.c @@ -17,7 +17,7 @@ static const u32 DGST_POS2 = 2; static const u32 DGST_POS3 = 3; static const u32 DGST_SIZE = DGST_SIZE_4_4; static const u32 HASH_CATEGORY = HASH_CATEGORY_PRIVATE_KEY; -static const char *HASH_NAME = "RSA/DSA/EC/OPENSSH Private Keys ($1, $3$)"; +static const char *HASH_NAME = "RSA/DSA/EC/OpenSSH Private Keys ($1, $3$)"; static const u64 KERN_TYPE = 22931; static const u32 OPTI_TYPE = OPTI_TYPE_ZERO_BYTE; static const u64 OPTS_TYPE = OPTS_TYPE_PT_GENERATE_LE diff --git a/src/modules/module_22941.c b/src/modules/module_22941.c index c73470886..0a40bf2da 100644 --- a/src/modules/module_22941.c +++ b/src/modules/module_22941.c @@ -17,7 +17,7 @@ static const u32 DGST_POS2 = 2; static const u32 DGST_POS3 = 3; static const u32 DGST_SIZE = DGST_SIZE_4_4; static const u32 HASH_CATEGORY = HASH_CATEGORY_PRIVATE_KEY; -static const char *HASH_NAME = "RSA/DSA/EC/OPENSSH Private Keys ($4$)"; +static const char *HASH_NAME = "RSA/DSA/EC/OpenSSH Private Keys ($4$)"; static const u64 KERN_TYPE = 22941; static const u32 OPTI_TYPE = OPTI_TYPE_ZERO_BYTE; static const u64 OPTS_TYPE = OPTS_TYPE_PT_GENERATE_LE diff --git a/src/modules/module_22951.c b/src/modules/module_22951.c index 14d376d21..839a802d9 100644 --- a/src/modules/module_22951.c +++ b/src/modules/module_22951.c @@ -17,7 +17,7 @@ static const u32 DGST_POS2 = 2; static const u32 DGST_POS3 = 3; static const u32 DGST_SIZE = DGST_SIZE_4_4; static const u32 HASH_CATEGORY = HASH_CATEGORY_PRIVATE_KEY; -static const char *HASH_NAME = "RSA/DSA/EC/OPENSSH Private Keys ($5$)"; +static const char *HASH_NAME = "RSA/DSA/EC/OpenSSH Private Keys ($5$)"; static const u64 KERN_TYPE = 22951; static const u32 OPTI_TYPE = OPTI_TYPE_ZERO_BYTE; static const u64 OPTS_TYPE = OPTS_TYPE_PT_GENERATE_LE