Python Generate Secret or API Key

May 28, 2019

Command Line

python -c 'import secrets; print(secrets.token_urlsafe(32))'
6TqNEbz1o6b95wdjr3wY6M6zZFdyivmfUPANBA-xrc4

Python Code

import secretsSECRET = secrets.token_urlsafe(32)

NOTE: secrets require Python 3.6

❤️ Is this article helpful?

Buy me a coffee ☕ or support my work via PayPal to keep this space 🖖 and ad-free.

Do send some 💖 to @d_luaz or share this article.

✨ By Desmond Lua

A dream boy who enjoys making apps, travelling and making youtube videos. Follow me on @d_luaz

👶 Apps I built

Travelopy - discover travel places in Malaysia, Singapore, Taiwan, Japan.