Launching today

PassRule
Custom rule-based secure password generator locally
6 followers
Custom rule-based secure password generator locally
6 followers
Built with Codex, PassRule generates passwords entirely within your browser. You can customize length, required letters, numbers, symbols and banned characters. No data is sent to servers, fully private. It works for strict site password policies and supports memorable passphrases.





How do you actually confirm the generated passwords stay fully on-device and aren't being silently exfiltrated, especially with browser extensions or trackers running in the background?
@nebahat394361
Great question! Here’s how PassRule keeps your passwords fully local and secure:
All password generation logic runs purely on the client side with the browser’s native Web Crypto API. No password data is sent to any backend server at any point, so nothing leaks to external networks.
Generated passwords only exist temporarily in the current page’s memory. They are never saved to cookies, localStorage or any persistent storage automatically. Once you close or refresh the tab, the raw password is discarded immediately.
The option to ban specific characters is such a thoughtful touch for dealing with those annoying site policies that reject anything resembling a special character. Love that everything runs locally too.
@balkabakib78558 Thank you so much for your kind feedback! I built the banned character feature exactly to solve the messy, inconsistent password rules from different websites. Running everything client-side is core to protecting user privacy, and I’ll keep polishing this tool in the future.
Love that the banned characters field is a real thing, so many sites have weird rules and this just handles it without making you guess. Clean execution.
@serapznkvey Glad this feature works well for you! Plenty of websites have weird and confusing password restrictions, so the banned character input lets you skip tedious trial and error and generate compliant passwords right away.