Skip to content

Free security tool

Create, check and share passwords more safely

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.

Generate a password

Created entirely in your browser with the Web Crypto API. The generated password is never sent to Webstudiet.

20

What this tool protects — and what it does not

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.

02

Sharing uses client-side encryption

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

Email is still an access channel

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.