We use the python secrets
module to generate a random password/key.
python3 -c "import secrets; print(secrets.token_urlsafe(32))"
We use the python secrets
module to generate a random password/key.
python3 -c "import secrets; print(secrets.token_urlsafe(32))"