From fbe491b6ead198fd2574fe8c74d67ecc5fb66a3c Mon Sep 17 00:00:00 2001 From: Marc Ferland Date: Fri, 1 Dec 2023 20:49:12 -0500 Subject: [PATCH] Update readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 9fc6e95..35e5e29 100644 --- a/README.md +++ b/README.md @@ -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