Ver Fonte

Other function to generate key/salt in README

DarthSim há 8 anos atrás
pai
commit
d0f467b57e
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -78,7 +78,7 @@ You can also specify paths to a files with hex-encoded key and salt (useful in a
 $ imgproxy -keypath /path/to/file/with/key -saltpath /path/to/file/with/salt
 ```
 
-You can easily generate key and salt with `openssl enc -aes-256-cbc -P -md sha256`.
+You can easily generate random key/salt with `xxd -g 2 -l 64 -p /dev/random | tr -d '\n'`.
 
 #### Server