From 82da5942449fba2d016ada818c3a03d7079e44b0 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Fri, 14 Jul 2017 16:09:36 +0100 Subject: [PATCH] Fix #761 --- v5-security-improvements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v5-security-improvements.md b/v5-security-improvements.md index 2be7b94e..cf519c0f 100644 --- a/v5-security-improvements.md +++ b/v5-security-improvements.md @@ -51,7 +51,7 @@ Version `6.0.0` is not backwards compatible with version `5.1.x` but only requir ); ``` -All you need to do is replace the public key that was being passed into the constructor of `AuthorizationServer` with a 32 bit encryption key. +All you need to do is replace the public key that was being passed into the constructor of `AuthorizationServer` with a 32 byte encryption key. To generate an encryption key for the `AuthorizationServer` run the following command in the terminal: