From 4daa498dff71314483d073a6b60f64e80f659d3a Mon Sep 17 00:00:00 2001 From: MatMasIt <34745996+MatMasIt@users.noreply.github.com> Date: Mon, 15 Feb 2021 10:58:12 +0100 Subject: [PATCH] Updated concatenation rules --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e253914..d7381d8 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,8 @@ The file should be structured in this way |nkeys|The number of keys| |unixcreated|The UNIX timestamp (seconds) when this archive was created| ### 3. Create a second zip archive and add the files to be stored -### 4. Password protect said file with a concatenation of all the keys -(password1, password 2 -> password1password2) +### 4. Password protect said file with a concatenation of all the keys surrounded by "|" +(password1, password 2 -> |password1|password2|) When you hand over the keys, remember to tell the index the key occupies in the list, starting from 1 in this case,