We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb23c52 commit abf32a3Copy full SHA for abf32a3
README.md
@@ -180,7 +180,8 @@ The `secret` is a user-defined key that is required to execute any of the librar
180
Best make it long, random and very unique!
181
182
For 84 random characters:
183
-- If you have `pwgen` installed, just execute `pwgen 84` and choose any one.
+- If you have `pwgen` installed, just execute `pwgen 84 1` and copy the output.
184
+- If you have `openssl` installed, use `openssl rand -hex 84`.
185
- Or just go [here][random-characters] and put all the output onto a single line.
186
187
(You get 2 guesses why 84 is a good number :wink:)
0 commit comments