Updated concatenation rules

This commit is contained in:
MatMasIt 2021-02-15 10:58:12 +01:00 committed by GitHub
parent 968f321588
commit 4daa498dff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,8 +29,8 @@ The file should be structured in this way
|nkeys|The number of keys| |nkeys|The number of keys|
|unixcreated|The UNIX timestamp (seconds) when this archive was created| |unixcreated|The UNIX timestamp (seconds) when this archive was created|
### 3. Create a second zip archive and add the files to be stored ### 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 ### 4. Password protect said file with a concatenation of all the keys surrounded by "|"
(password1, password 2 -> password1password2) (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 When you hand over the keys, remember to tell the index the key occupies in the list, starting from 1
in this case, in this case,