Simple CLI that generates a secure secret for you using the node crypto module.
To install this simply run npm i -g secret-gen-cli
generate <length>
length is optional if no length the lenght will be 72.
The length of the string is not exactly the length provided, because it converts the string to hex
.