Adds info about the encrypt and decrypt signs, and fixes a bug in group decryption
This commit is contained in:
13
README.md
13
README.md
@@ -36,4 +36,15 @@ Each plugin sign must have [BwB] on its first line.
|
||||
The **_give_** sign must have **[Give]** on its second line.
|
||||
The third and fourth line contains the book to be loaded.
|
||||
This can either be a numerical id pointing to a publicly saved book,
|
||||
or the full text identifier of the book (book name, author).
|
||||
or the full text identifier of the book (book name, author).
|
||||
|
||||
#### Encrypt sign
|
||||
|
||||
The **_encrypt_** sign must have **[Encrypt]** on its second line.
|
||||
The third line must contain the encryption key
|
||||
The fourth line can be empty or contain "dna" for dna-based encryption.
|
||||
|
||||
#### Decrypt sign
|
||||
|
||||
The **_decrypt_** sign must have **[Decrypt]** on its second line.
|
||||
The third line must contain the decryption key
|
Reference in New Issue
Block a user