Generate a secure token using python 3

python3 -c ‘import secrets; print(secrets.token_urlsafe(64))’

Leave a Reply