Minimalistic single-use email address generator.
Minimalistic single-use email address generator.
The idea is to start treating email addresses that you use when signing up for a service similarly as passwords. They should be unique, generated and used only once. You store them with your password inside a password manager. Learn more at protectiid.com.
Generating styles:
- 2-64 Hash ([email protected])
- Current domain name + 2-32 Hash ([email protected])
- Fake user ([email protected])
Latest reviews
- (2019-03-05) Excellent idea. To top off the UX on this extension, I'd suggest adding a "copied" response of some kind, followed by an automatic closing of the popup window.
- (2019-02-15) Petja Touru: Simple and does what is says. Howeve I would consider of having full range on alphabets on the generated string, this way: chars = '0123456789abcdefghijklmnopqrstuvwxyz' Array.from(window.crypto.getRandomValues(new Uint32Array(12))).map(x => chars[x % chars.length]).join('')
Statistics
Installs
96
history
Category
Rating
4.6 (5 votes)
Last update / version
2019-02-17 / 1.17
Listing languages
en