strongbox-password-safe / Strongbox

A KeePass/Password Safe Client for iOS and OS X
https://strongboxsafe.com
GNU Affero General Public License v3.0
1.3k stars 100 forks source link

Feature Request: E-Mail Aliases #630

Open Derad6709 opened 2 years ago

Derad6709 commented 2 years ago

Hello!

I want to request a feature to allow me to generate a new account email by mask for privacy. The simplest and the most compatible way to introduce this feature is by adding a variable to the default email setting which will be replaced by a random word or a password.

So, the example, when my default email is: valerii@example.com:

valerii+{$RANDOM_WORD}@example.comwill be replaced with valerii+apple@example.com or valerii+orange@example.com (+-trick)

Also, there are some services to create aliases like @simple-login, in this case, it is possible to create dot-aliases. like:

{$RANDOM_PASS_5}.directory@aleeas.com will be replaced with abc45.directory@aleeas.com.

Also, it would be nice to add a one-click switcher to quickly switch between the "aliased" email and the default email.

daletman commented 1 year ago

Additionally to random it would be nice to also have an alias for the Website name. For example if I create an entry with the URL https://github.com it'll resolve to github@example.com

matchcom-cahors commented 1 year ago

https://simplelogin.io would also be great. đź‘Ť

milesmcclane commented 6 months ago

Hey! Is there any type of progress with this idea? Protonpass has integrated simplelogin, and although the password app itself isn’t a patch on keepass or specifically Strongbox, it’s such an incredibly useful feature it’s hard to resist. Would love to see something similar in strongbox.

strongbox-mark commented 6 months ago

I'm afraid not @milesmcclane - Hopefully take a look mid next year

Derad6709 commented 1 week ago

If you will add simple login API solution, also please consider to add duckduckgo email.

Explanation is here: https://bitwarden.com/help/generator/#username-types, endpoint is POST https://quack.duckduckgo.com/api/email/addresses, returns:

{
    "address": "bareaddress"
}

Necessary to add @duck.com.

pictosun commented 6 days ago

And when doing all this, also addy.io and fastmail.com masked mails please.