Skip to content

Commit

Permalink
Fix typos in readme and resources md files
Browse files Browse the repository at this point in the history
  • Loading branch information
jimdiroffii committed Jun 14, 2024
1 parent 6d79d2c commit 1be994e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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]'

Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1be994e

Please sign in to comment.