8 ms·
Shameless plug: I also built a pure client-side password generator but you can specify the constraints as regular expressions. UI is obviously vibe coded but th
by ngruhn 29d ago
Shameless plug: I also built a pure client-side password generator but you can specify the constraints as regular expressions. UI is obviously vibe coded but the logic underneath is hand written.
https://gruhn.github.io/regex-utils/password-generator.html?constraints=%5E%5B%5Cx21-%5Cx7E%5D%7B16%7D%24%0A%5BA-Z%5D%0A%5Ba-z%5D%0A%5B0-9%5D https://gruhn.github.io/regex-utils/password-generator.html?...
- aaqaishtyaq 29d agoThis is nice