https://duck-generator.vercel.app
Generate DuckDuckGo Private Emails!
Note that anything you type in the input box is stored as a token
cookie which will remain stored in your browser until deleted.
This is for convenience, so you don't have to re-enter your token.
If you want to clear this, simply type anything in the box and the cookie will overwrite itself (or manually delete/clear cookies).
- Go to https://duckduckgo.com/email/
- Right-click on the background, Click "Inspect" in the context menu
- Click on the "Network" tab
- Click the "Generate Private Duck Address" button on the webpage
- You should see a "POST" request in the network tab, select it
- Under "Headers", find the "Authorization" header with value "Bearer <long_string_of_characters>"
- Copy your API Key (everything after "Bearer ") - it should be 62 characters long
- Add cookie caching of token
- Add opt-in "remember me" to cache/not cache token
- Add support for Firefox Relay
Feel free to contribute ;)