From 9315fca1eac6196cefd5bfe8df1031946422bd9d Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Fri, 14 Sep 2018 13:19:44 +0200 Subject: [PATCH] Remove hint about incompatible OpenSSL version Signed-off-by: Knut Ahlers --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 7323226..a4fe49f 100644 --- a/README.md +++ b/README.md @@ -82,10 +82,8 @@ INFO[0000] Process exitted with code 0 ### OpenSSL AES256 encryption -Pay attention on the `-md md5` flag: OpenSSL 1.1.0f and newer uses an incompatible hasing algorithm for the passwords! - ```console -$ echo 'MYVAR=myvalue' | openssl enc -e -aes-256-cbc -pass pass:justatest -md md5 -base64 -out .env +$ echo 'MYVAR=myvalue' | openssl enc -e -aes-256-cbc -pass pass:justatest -base64 -out .env $ cat .env U2FsdGVkX18xcVIMejjwWzh1DppzptJCHhORH/JDj10=