|
|
|
|
|
by rzzzt
3658 days ago
|
|
"service1" could be generated randomly as well, and stored along with the password in a password manager. Another nice property of this suffix is that one can identify who gave away their email address / which site it was scraped from when receiving spam; not sure where I have seen this written down originally. |
|
Unique, non-guessable, machine-generated addresses are the way to go (do with emails just like password managers do with passwords), but no common person can use those, because they'll need a domain and self-hosted MDA.
E.g.
Or just generating random IDs and maintaining the database.(Sure, HMAC would be a better idea than this string concatenation, but meh...)