MALFEN

Security Tools

Security utilities that never see your data. Passwords are generated with your browser’s cryptographic random number generator, locally, and are never transmitted or stored.

1 tool in this category

Security Tools questions

What people ask before using these tools.

They use `crypto.getRandomValues`, the cryptographically secure random source built into your browser — the same primitive password managers rely on.

Never. Generation happens on your device and the result is only in your browser’s memory until you clear or close the page.