mix phx.gen.secret (Phoenix v1.6.2) View Source
Generates a secret and prints it to the terminal.
$ mix phx.gen.secret [length]
By default, mix phx.gen.secret generates a key 64 characters long.
The minimum value for length
is 32.
Generates a secret and prints it to the terminal.
$ mix phx.gen.secret [length]
By default, mix phx.gen.secret generates a key 64 characters long.
The minimum value for length
is 32.