From 1be994e50fef1a167585009ee020dc36bd190ff6 Mon Sep 17 00:00:00 2001 From: Jim Diroff II Date: Fri, 14 Jun 2024 11:50:31 -0400 Subject: [PATCH] Fix typos in readme and resources md files --- doc/resources.md | 4 ++-- readme.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/resources.md b/doc/resources.md index 7d1e1f8..0743cd8 100644 --- a/doc/resources.md +++ b/doc/resources.md @@ -33,7 +33,7 @@ Resources {#resources} [DOI](https://doi.org/10.1007/3-540-45473-X_10) Reviews Biham and Kocher attack. - Suggests a small improvement to require 12 bytes instead of 13 bytes (not throwing aways 6 known bits in Y7). + Suggests a small improvement to require 12 bytes instead of 13 bytes (not throwing away 6 known bits in Y7). Suggests using CRC-32 check bytes from several files as known plaintext. Then, it presents other approaches. @@ -131,7 +131,7 @@ Resources {#resources} - [Aloxaf/p7zip](https://github.com/Aloxaf/p7zip) A patched p7zip by Aloxaf. - Supports ZIP file extraction using the interal keys with the following syntax: + Supports ZIP file extraction using the internal keys with the following syntax: 7za e cipher.zip '-p[12345678_23456789_34567890]' diff --git a/readme.md b/readme.md index 6bf8d41..f1a6637 100644 --- a/readme.md +++ b/readme.md @@ -53,7 +53,7 @@ cmake --build build --config Release cmake --build build --config Release --target install ``` -### Thrid-party packages +### Third-party packages bkcrack is available in the package repositories listed below. Those packages are provided by external maintainers.