Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos in readme and resources md files #123

Merged
merged 1 commit into from
Jun 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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