Another satisfied user of `bitwarden_rs` here, and I can vouch for it. I migrated from LastPass and couldn't be more happier. The setup is pretty simple and I even managed to migrate it to a new server without any hassles. All the apps work flawlessly. The peace of mind in having all your sensitive data under your control is totally worth it.
Bitwarden_rs: Unofficial Bitwarden compatible server written in Rust
71–80 of 162 posts
Re: Bitwarden_rs: Unofficial Bitwarden compatible server written in Rust
#72Earlier quoted context omitted.
This is the use case that something like sandstorm.io tries to solve, by locking down system calls on the backend and (slowly but surely) CSP on the frontend. I don’t think BitWarden has been ported yet, though.
Is sandstorm active again? A few years ago there was some news about the company behind it running out of money and abandoning the project if I remember correctly.
Re: Bitwarden_rs: Unofficial Bitwarden compatible server written in Rust
#73Earlier quoted context omitted.
https://github.com/bitwarden/desktop/issues/552
Ah yes, the trust-the-developers-blindly vs patch asap vs supply chain attack risks. I wonder if we have any data on what is best. I once had to re-do a Drupal install because it was very likely already being abused. Would have liked immediate auto-update in that case. Ah well.
If the goal is to prevent the most volume of exploitation, autoupdaters clearly win.
Re: Bitwarden_rs: Unofficial Bitwarden compatible server written in Rust
#74Earlier quoted context omitted.
Ah yes, the trust-the-developers-blindly vs patch asap vs supply chain attack risks. I wonder if we have any data on what is best. I once had to re-do a Drupal install because it was very likely already being abused. Would have liked immediate auto-update in that case. Ah well.
Password managers and OSes are things that I do not want automatically updating at the whims of some remote/foreign party whom I have never met and is bound by a set of responsibilities and laws with which I am entirely unfamiliar. Network services open to the internet at large are a horse of a different color. Ultimately, though, they could just ask. Most users probably want autoupdate, and they can opt in to that i…
I get where you are coming from, but you clinking "update" in stead of the dev does not guarantee the safety of the update.
Re: Bitwarden_rs: Unofficial Bitwarden compatible server written in Rust
#75Another satisfied user of `bitwarden_rs` here, and I can vouch for it. I migrated from LastPass and couldn't be more happier. The setup is pretty simple and I even managed to migrate it to a new server without any hassles. All the apps work flawlessly. The peace of mind in having all your sensitive data under your control is totally worth it.
Personally, having my sensitive data under my own control (but internet facing) terrifies me. I know enough to know that there are risks, and yet wouldn't have a clue about how to make it secure.
Re: Bitwarden_rs: Unofficial Bitwarden compatible server written in Rust
#76Another satisfied user of `bitwarden_rs` here, and I can vouch for it. I migrated from LastPass and couldn't be more happier. The setup is pretty simple and I even managed to migrate it to a new server without any hassles. All the apps work flawlessly. The peace of mind in having all your sensitive data under your control is totally worth it.
Personally, having my sensitive data under my own control (but internet facing) terrifies me. I know enough to know that there are risks, and yet wouldn't have a clue about how to make it secure.
Re: Bitwarden_rs: Unofficial Bitwarden compatible server written in Rust
#77Re: Bitwarden_rs: Unofficial Bitwarden compatible server written in Rust
#78I switched to Bitwarden when LastPass changed their policy for multi-device users. I'm happy to say the transition was completely painless.
Same here. I switched from LastPass and I really like the UX more than LastPass. It is less intrusive and feels more polished and snappier.
But that said, it is by far the best product despite this.
Re: Bitwarden_rs: Unofficial Bitwarden compatible server written in Rust
#79I switched to Bitwarden when LastPass changed their policy for multi-device users. I'm happy to say the transition was completely painless.
Did you consider KeePass or one of the variants?
Re: Bitwarden_rs: Unofficial Bitwarden compatible server written in Rust
#80Earlier quoted context omitted.
What other options would there even be for updates? That bug report describes every updater I've ever seen.
You are misunderstanding the issue. It's not asking before the update (as most programs that prompt you to update do). By the time that dialog box is displayed, the application has already replaced itself on disk (with code chosen arbitrarily by the bitwarden developers, or anyone in possession of their credentials), and the new code will be executed automatically without user intervention the next time the app is la…
A simple "I'm not comfortable with code on my machine being updated remotely without my approval, because I believe an attacker could infiltrate the supply chain" explains the problem you're having more precisely and turns into a simple feature request (turn off the auto-updater - which is already possible, as documented in that thread!) rather than trying to convince an entire industry that a commonly accepted practice (installation of signed remote updates) amounts to 0day RCE by putting them on the defensive.