01
Generation and checking stay local
Password generation uses cryptographically strong browser randomness. The checker is deliberately local and does not send your entry to Webstudiet or a breach database.
Free security tool
Generate a cryptographically random password, inspect an existing password without sending it anywhere, or create an encrypted one-time link instead of putting a password in an email.
Encrypted one-time secret
Reveal it only when you are ready to save it. A successful reveal permanently consumes the link.
Created entirely in your browser with the Web Crypto API. The generated password is never sent to Webstudiet.
The check runs locally in this browser. It focuses on length and predictable patterns and does not upload the password or query a breach service.
Enter a password to begin
Local check — nothing is sent
01
Password generation uses cryptographically strong browser randomness. The checker is deliberately local and does not send your entry to Webstudiet or a breach database.
02
The server stores AES-256-GCM ciphertext, the random initialization vector and a one-way key check. It never receives the decryption key or the recipient email address.
03
Anyone with the complete link can reveal the secret before it expires. For important credentials, keep the key out of the email, use a trusted password manager for ongoing sharing, and enable multi-factor authentication.
The approach follows NIST SP 800-63B-4 guidance on length, blocklists and password managers, and Web Crypto AES-GCM.