The encryption key uses 32 bytes now

The encryption key uses 32 bytes now, not 16 bytes
This commit is contained in:
Shantanu Gadgil 2021-02-11 17:25:52 +05:30 committed by Tim Gross
parent 56f1e7a324
commit 3fa71d2c66
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ cryptographically strong pseudo-random number generator to generate the key.
The resulting key is encoded in the [RFC4648] "URL and filename safe" base64 The resulting key is encoded in the [RFC4648] "URL and filename safe" base64
alphabet. If you use another tool such as OpenSSL to generate the gossip key, alphabet. If you use another tool such as OpenSSL to generate the gossip key,
you should pipe the input through the `base64(1)` command to ensure it is you should pipe the input through the `base64(1)` command to ensure it is
safely encoded. For example: `openssl rand 16 | base64` safely encoded. For example: `openssl rand 32 | base64`
## Usage ## Usage