Random Password Generator
Generate a random password, excluding special characters that may cause issues in .env files (e.g.: #)
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.