From 8620e4113f68a35ee71a2d7e53e074b5a58f71e3 Mon Sep 17 00:00:00 2001 From: Royce Williams Date: Mon, 3 Apr 2017 06:55:35 -0800 Subject: [PATCH] a few minor hash-mode name fixes --- src/interface.c | 6 +++--- src/usage.c | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/interface.c b/src/interface.c index be74d7e5b..8c3a1b166 100644 --- a/src/interface.c +++ b/src/interface.c @@ -227,14 +227,14 @@ static const char HT_13300[] = "AxCrypt in-memory SHA1"; static const char HT_13400[] = "KeePass 1 (AES/Twofish) and KeePass 2 (AES)"; static const char HT_13500[] = "PeopleSoft PS_TOKEN"; static const char HT_13600[] = "WinZip"; -static const char HT_13800[] = "Windows 8+ phone PIN/password"; +static const char HT_13800[] = "Windows Phone 8+ PIN/password"; static const char HT_13900[] = "OpenCart"; static const char HT_14000[] = "DES (PT = $salt, key = $pass)"; static const char HT_14100[] = "3DES (PT = $salt, key = $pass)"; static const char HT_14400[] = "sha1(CX)"; static const char HT_14600[] = "LUKS"; -static const char HT_14700[] = "iTunes Backup < 10.0"; -static const char HT_14800[] = "iTunes Backup >= 10.0"; +static const char HT_14700[] = "iTunes backup < 10.0"; +static const char HT_14800[] = "iTunes backup >= 10.0"; static const char HT_14900[] = "Skip32 (PT = $salt, key = $pass)"; static const char HT_15000[] = "FileZilla Server >= 0.9.55"; static const char HT_15100[] = "Juniper/NetBSD sha1crypt"; diff --git a/src/usage.c b/src/usage.c index 0cea1ef2c..5b2540bd7 100644 --- a/src/usage.c +++ b/src/usage.c @@ -263,7 +263,7 @@ static const char *USAGE_BIG[] = " 15100 | Juniper/NetBSD sha1crypt | Operating Systems", " 7000 | FortiGate (FortiOS) | Operating Systems", " 5800 | Android PIN | Operating Systems", - " 13800 | Windows 8+ phone PIN/password | Operating Systems", + " 13800 | Windows Phone 8+ PIN/password | Operating Systems", " 8100 | Citrix NetScaler | Operating Systems", " 8500 | RACF | Operating Systems", " 7200 | GRUB 2 | Operating Systems", @@ -283,8 +283,8 @@ static const char *USAGE_BIG[] = " 13200 | AxCrypt | Archives", " 13300 | AxCrypt in-memory SHA1 | Archives", " 13600 | WinZip | Archives", - " 14700 | iTunes Backup < 10.0 | Backup", - " 14800 | iTunes Backup >= 10.0 | Backup", + " 14700 | iTunes backup < 10.0 | Backup", + " 14800 | iTunes backup >= 10.0 | Backup", " 62XY | TrueCrypt | Full-Disk Encryption (FDE)", " X | 1 = PBKDF2-HMAC-RIPEMD160 | Full-Disk Encryption (FDE)", " X | 2 = PBKDF2-HMAC-SHA512 | Full-Disk Encryption (FDE)",