Development Utilities
A collection of tools and generators to help with your development workflow.
Base64 Image Decoder
Paste base64 image data and download the decoded image file.
CSR Generator
OpenSSL CSR command builder for Linux/macOS and optional in-browser key + CSR generation.
Password Generator
Generate a strong random password or an EFF-wordlist passphrase, entirely in your browser.
PostgreSQL Generator
Create users and databases with proper permissions. Generate ready-to-run SQL.
Web App Secrets Generator
Generate framework secrets in your browser, starting with a best-practice Django SECRET_KEY.
Featured Utilities
PostgreSQL Generator
Generate SQL commands to create PostgreSQL users, databases, and configure permissions with ease.
- ✓ Create users with secure passwords
- ✓ Set up databases
- ✓ Configure custom permissions
- ✓ Ready-to-use SQL commands
CSR Generator
Build a copy-paste OpenSSL command for Linux/macOS, or generate a private key and CSR entirely in your browser.
- ✓ Standard DN fields (CN, O, OU, city, state, country)
- ✓ RSA 2048 / 3072 / 4096
- ✓ Bash-safe OpenSSL one-liner
- ✓ Optional in-browser key + PEM download
Password Generator
Generate a strong random password or a memorable passphrase, entirely in your browser.
- ✓ Length 6–25 with per-character-set toggles
- ✓ EFF long-wordlist passphrases
- ✓ Live entropy / strength readout
- ✓ Nothing sent to the server
Web App Secrets Generator
Generate framework secrets in your browser — starting with a best-practice Django SECRET_KEY.
- ✓ Matches Django's
get_random_secret_key() - ✓ Raw key,
.envline, andsettings.pysnippet - ✓ Adjustable length
- ✓ Never sent, never logged, never stored
Categories
Latest Blog Posts
Check out our latest development tips and tutorials:
Read Articles