Generate a random password, excluding special characters that may cause issues in .env files (e.g.: # and =)
Choose between 4 and 64 characters.
Tap a chip to keep that character out of the password. Selected chips are excluded.
This tool was created after I encountered a deployment issue with Docker. Many password generators include the '#' character, which caused errors because Docker treats '#' as a comment in .env files, ignoring everything after it. It took a while to debug and realize this, so this tool helps you avoid such pitfalls.
Your password will appear here after you generate one.