mirror of
https://github.com/Luzifer/envrun.git
synced 2024-11-08 14:20:01 +00:00
Remove hint about incompatible OpenSSL version
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
d44e7a35b9
commit
9315fca1ea
1 changed files with 1 additions and 3 deletions
|
@ -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=
|
||||
|
|
Loading…
Reference in a new issue