Earlier quoted context omitted.
My current employer uses 1password and it has a couple of nifty features like "vaults" shared with a group of people, an "op run" command to inject secrets using a .env file, service accounts to fetch passwords in CI, etc.
It has dev environments now too! https://developer.1password.com/docs/environments/
Pass: Unix Password Manager
181–186 of 186 posts
Re: Pass: Unix Password Manager
#182Earlier quoted context omitted.
Yeah. Personally, I'm crossing my fingers for SpectrumOS[0] to make things a bit easier. As the developer notes on her website[1]: I have embarked on the ultimate yak shave it started with "I wish I could securely store passwords on my computer" And now I am at the "I have funding to build my own operating system" level [0]: https://spectrum-os.org/ [1]: https://alyssa.is/about/
What else can you tell me about Spectrum OS? Is it actively maintained? Is it usable? How does it compare to Qubes OS? Also what do you think about Subgraph OS[1]? Although I think it is not maintained anymore, or is it? [1] https://subgraph.com/img/sgos.png (old image which I remembered it by) ( https://web.archive.org/web/20241206072718/https://subgraph.... )
As for how it compares to Qubes, I don't think I'll be able to tell you more than https://spectrum-os.org/design.html & friends. I suppose the upshot is:
- KVM instead of Xen
- One VM per application
- Single file system for user data (to which users can grant VMs access on a folder-by-folder basis)
- Package system from NixOS (nixpkgs) for reproducibility & immutability
Re: Pass: Unix Password Manager
#183If only chip makers and computer manufacturers could agree on some useful common interface for managing keys so we could get more people to use these solutions.
No please, I don't want my keys locked into Google or Apple. They can block your account on a whim with no recourse. At least bit warden can do it now but the fido association seems to have beef with them because it's possible to extract the private key. This is exactly what I want though, to store it somewhere safe. But for now I simply don't use passkeys. It needs to be 100% open and cloud independent.
Re: Pass: Unix Password Manager
#184This is fun if you never leave yourself, but be wary with whom you share it. As a company password manager, there is no way to know who's accessed which secret across their lifetime at the firm so you get to change all the passwords constantly. (Or none, if you can't be bothered.) (Don't ask.) Or if someone newly needs access, there's no standard way of re-encrypting the files you're guessing they need. You need to h…
> As a company password manager, there is no way to know who's accessed which secret across their lifetime at the firm so you get to change all the passwords constantly. You can setup different directories to use different keys, and you don't need to limit yourself to a single key for each password either. You can use multiple. So you can setup structures like: - admins/.gpg-id "admin\n" - techs/.gpg-id "admin\ntech\…
By having such audit logging, we could see that we e.g. don't need to call the alarm company to change the phone password. Most people don't work in the office outside of business hours and so never need to call them, but since it's the only way of proving you're an employee if you accidentally set off the alarm, we give everyone access to that password. There's at least a dozen examples like that
Re: Pass: Unix Password Manager
#185Re: Pass: Unix Password Manager
#186Earlier quoted context omitted.
No please, I don't want my keys locked into Google or Apple. They can block your account on a whim with no recourse. At least bit warden can do it now but the fido association seems to have beef with them because it's possible to extract the private key. This is exactly what I want though, to store it somewhere safe. But for now I simply don't use passkeys. It needs to be 100% open and cloud independent.
I was talking about availability of hardware capabilities. And having a common interface to them so they are actually useful. Several of the machines I work on have a SAM, TPM, HSM chip or similar. But they’re not always present and they don’t necessarily have nice interfaces that makes writing software that works everywhere easy.