Updated concatenation rules
This commit is contained in:
parent
968f321588
commit
4daa498dff
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user