SafeTokenGen
Context
Secure token generation is the kind of thing that gets rewritten badly in every project. I wanted one dependable implementation with sane defaults, and published it instead of copying it around.
My role
Author and maintainer.
What I built
- A Python package generating secure unique tokens with configurable length, alphabet and format.
- Documentation aimed at people using it for API keys and password resets.
- Publication to GitHub and PyPI for public installation.
Stack
Outcome
- Installable by anyone with pip; used as the token layer in my own projects.