|
|
|
|
|
by svde
2698 days ago
|
|
Op here. Mail Hash is a little Chrome Extension to add a random string to an email address as an attempt prevent reusability for automated attacks in case a service get's hacked. Targeted attacks at specific addresses should be more difficult aswell, since an attacker would need to guess the random string you used for other services. You can use plus addressing for providers that support it, e.g. your.name@gmail.com --> your.name+ha7s6@gmail.com Or use a custom domain with catch-all filter, e.g. example.com --> ZpGM5rrfZ6@example.com Code lives on GitHub[0] and the extension can be downloaded at the Chrome Web Store[1]. I'm happy about any kind of feedback. [0]: https://github.com/jsvde/Mail-Hash
[1]: https://chrome.google.com/webstore/detail/mail-hash/njjpbfib... |
|