Browse Source

Other function to generate key/salt in README

DarthSim 8 years ago
parent
commit
d0f467b57e
1 changed files with 1 additions and 1 deletions
  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