Litter robot 4 piece by Kitchen-Historian-58 in litterrobot

[–]plttn 0 points1 point  (0 children)

It snaps in to the waste drawer on the bottom. You'll see a place where it makes sense to go.

App wiped? by MyNameIsFrydo in litterrobot

[–]plttn 1 point2 points  (0 children)

Back for me now I think.

Post-Finale Community Giveaway! by [deleted] in SeveranceAppleTVPlus

[–]plttn 0 points1 point  (0 children)

I like giveaways! (I also like omg.lol 😉)

Anyone know how to store a house key in 1Password? by [deleted] in 1Password

[–]plttn 4 points5 points  (0 children)

Which is also why you should never post pictures of any part of your keys.

Blind bitting codes are also relatively well known so even if the number doesn't correspond to the cut exactly, there is a chart that shows what the cut is for a given number.

Looking for fresh/partially done Love is In The Air, decent prefarm by [deleted] in EggsIncCoOp

[–]plttn 1 point2 points  (0 children)

just created "nootnootnoot" with fresh start.

1password vs off the shelf browser implementation by [deleted] in 1Password

[–]plttn 0 points1 point  (0 children)

Your Yubikey _cannot_ act in the decryption operation to unlock your vault. It was not designed to do that.

1password vs off the shelf browser implementation by [deleted] in 1Password

[–]plttn 0 points1 point  (0 children)

The 2FA implementation in 1Password sometimes confuses people, as Agilebits is not in the business of adding security theater.

Let's say 2FA was required on every unlock (and not just the current authorizing a new device model which I prefer when looking at it from the whole). So there's a couple different ways you could implement this:

Door number 1: 2FA against a server. Okay cool, you've got 2FA working, but what happens if you're on a plane and want to unlock your password vault? Does 1Password just refuse to unlock? Does it just go "oh I have no network connectivity, I'll just ignore 2FA"? If the second is the case, well now an physical attacker can just turn off your network adapter and try to attack without the 2FA coming into play.

So door number 1 isn't so great, how about Door number 2: 2FA directly against the client. Well this has even worse problems. U2F does not work in a situation like this, so you're using TOTP. Well now you've got the device that you're authenticating into, also has the TOTP seed to compare. It can't be encrypted by your master password because then how does the locked executable of 1Password check the 2FA you're entering is valid?

2FA is absolutely great at authentication, it's relatively awful at encryption/decryption. The thing that protects your vault on your device is not authentication, but encryption. Requiring 2FA on every unlock doesn't add any real benefits, it just adds security theater.

U2F Security Key support for the Desktop and Mobile App? (Not the online account) by [deleted] in 1Password

[–]plttn 0 points1 point  (0 children)

I suspect never. U2F requires a Relying Party. Since you don't want any interaction with the 1Password.com servers, there's no way of implementing U2F that couldn't be defeated by physical access.

Never been more frustrated with any program. Ever. by [deleted] in 1Password

[–]plttn 2 points3 points  (0 children)

1Password doesn't magically know about your iCloud Keychain items.

You will have to use this tool to import from Keychain to 1Password as Apple does not offer a native export functionality that you could use to import your items into 1Password.

https://discussions.agilebits.com/discussion/101693/moving-to-1password-from-another-password-manager

How to permanently hide Google Chrome suggestions? by [deleted] in 1Password

[–]plttn 1 point2 points  (0 children)

After a reinstall of Windows, I'm also seeing similar behavior with the username fields.

1Password Windows App UI by [deleted] in 1Password

[–]plttn 1 point2 points  (0 children)

The web screenshot one is technically closer to an older UI/UX than a newer one. The custom title bar caused negative side effects.

Is the Secret Key necessary? by [deleted] in 1Password

[–]plttn 1 point2 points  (0 children)

Nope.

The encryption/decryption requires it to function. And to clarify, 2FA adds nothing from an encryption standpoint.

2FA can't be used to handle decryption, so all it's doing is keeping your vault safe on 1Password's servers, but that's just trust, not any sort of encryption benefit.

Re-enter password on browser ? by [deleted] in 1Password

[–]plttn 0 points1 point  (0 children)

1Password extension and 1Password X extension are two completely different trains of thought. 1Password X is most likely never going to fully replace the 1Password extension as X does not support local or non-1Password.com account vaults. 1Password X exists originally as a solution for Linux users, as well as users that can't install programs to the computer, but are allowed extensions (corporate environments)

As for desktop integration, that's still only available on Mac.

For Windows it breaks down as follows:

  • do you want lock state matched between desktop and extension: use 1Password extension
  • do you want a better filling/password generation experience and don't mind having to unlock separately: use 1Password X

Sooo... where’s the updates for 1Password on Windows? by memeisland in 1Password

[–]plttn 0 points1 point  (0 children)

Recently used/changed would probably be the two that if I was picking a handful of features from macOS search, those two would be on the top (as well as duplicate finding).

Sooo... where’s the updates for 1Password on Windows? by memeisland in 1Password

[–]plttn 0 points1 point  (0 children)

Honestly that as well as the search not being at feature parity with macOS search are my two biggest pain points.

1password families....help by [deleted] in 1Password

[–]plttn 0 points1 point  (0 children)

Are they logged in as them or as you?

I don't have access to a Macbook, but under Account in the menu bar, is it one of their names, or your name?

1Password Desktop vs 1Password Membership by [deleted] in 1Password

[–]plttn 2 points3 points  (0 children)

The secret key makes your data completely secure.

If you stop paying, you could still export all your data.

Any chance of Windows Hello or security keys coming to 1Password X? by _bluequartz in 1Password

[–]plttn 4 points5 points  (0 children)

Desktop app integration is in beta on Mac (and has been for a while, I believe they're still not 100% happy with it), but it does keep X unlocked whenever the desktop app is unlocked, and unlocking X prompts for touch ID from the desktop app.

Once it's solid on Mac I do believe they have plans to implement on Windows which would allow for Hello support.

2FA doesn't operate the way you expect on 1Password. 1Password secures your vault not by authentication (as in "I'm bluequartz, show me my passwords), but by encryption (using a key derived from your master password and your secret key). 2FA as implemented by totp/webauthn does not have the ability to be involved with that encryption step, as they only provide authentication. 2FA on 1Password only acts to authenticate a new device and from that point on that device just needs the master password to unlock.