How this works
Asymetric cryptography is used to encrypt the password.
- A Public Key (safe to share) is used to encrypt the password
- A Private Key (DO NOT share) is used to make it readable again
Only a person with the Private Key is able to decrypt the password and read its contents.
How to receive a password
You are the recipient and the other person is the sender.
Give the sender your public key
- Create your Public/Private Key below if you don't already have one
- Share your personalized link to the sender
- Wait for them to send you the encrypted password
Make the password readable
- Go to the decrypt page
- Add your Private Key to its textbox
- Paste the encrypted message into its textbox
- Click the "Decrypt Message" button
How to send a password
You are the sender and the other person is the recipient.
- Make sure your recipient has the Private Key
- Use the recipients personalized link or go to the encrypt page
- Enter the Public Key if you need to
- Type your password
- Copy the encrypted
- Paste the encrypted message into an email or messaging app
Generate Public/Private Keys
Step 1: Click on a key size
RSA-2048
- Perfect for most users
- Smaller link to share with people
- Message limit of ~190 characters
RSA-4096
- More secure
- Longer link to share with people
- Message limit of ~446 characters
Step 2: Bookmark your personalized link
Share this link so anyone can send you encrypted passwords, it is safe to share this link publicly.
Step 3: Click link to download your Public Key file
Save this file where you can find it again, it is safe to share the Public Keyfile. This file is used on the encrypt page.
Step 4: Click link to download your Private Key file
Save this file where you can find it again, DO NOT share the Private Key file. This file is used on the decrypt page.
Step 5: Share your personalized link
Use the link any time you need to receive a password from someone. As long as your Private Key is safe you do not need to create a new key.
Security Features
- Runs entirely in your browser, no data is communicated off this page
- No cookies, analytics or trackers are used on this site
- No external files, scripts, css or images are loaded into any page
- Each page is completely self contained