Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mferland committed Dec 2, 2023
1 parent bdff1ba commit fbe491b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,14 @@ encrypted.zip:

yazc plaintext plaintext.zip document.txt encrypted.zip document.txt

Example 3:
Use plaintext bytes from plaintextfile and map them to the bytes from
cipherfile. We assume that the first 12 bytes from cipherfile is the
encryption header. If some bytes cannot be mapped, they are ignored
(can happen if either the plaintext or the cipher file is smaller):

yazc plaintext -f plaintextfile cipherfile

Info
----
The `info` sub-command lists the content of the zip file. It can help
Expand Down

0 comments on commit fbe491b

Please sign in to comment.