this post was submitted on 16 Jul 2024
35 points (83.0% liked)

Linux

48229 readers
1008 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] -2 points 4 months ago (3 children)
[–] [email protected] 16 points 4 months ago (1 children)

Kind of, most of it is actually open source, so there's a fully open source self hosted alternative called Vaultwarden.

But that has nothing to do with gpasswd.

[–] [email protected] 7 points 4 months ago

Even the server part for Bitwarden is open source and you can self-host it. Yes, Vaultwarden is a community alternative which is known to be lighter, but you have the choice from Bitwarden too.

[–] [email protected] 11 points 4 months ago* (last edited 4 months ago) (1 children)

Everything but a few proprietary, business focused modules in the backend (like managing multiple organisations) is AGPL licensed. Unless you're a business, you can probably make do with just the open source code. They've even included a compile flag to disable all proprietary code. The clients are all GPL-licensed as far as I can tell.

You can also run Vaultwarden as the backend, which is a third party server that takes a lot less RAM but isn't suitable for hosting thousands of active users at once. I also don't think it has been audited, unlike the Bitwarden code. Great option if you trust them as much as you trust the Bitwarden company to maintain security.

[–] [email protected] 6 points 4 months ago (1 children)

To me storing passwords anywhere except for a machine I own is stupid in terms of security. But gtk it's open-source. I didn't know that.

[–] [email protected] 3 points 4 months ago (1 children)

How do you feel about encryption?

[–] [email protected] 2 points 4 months ago (1 children)

It depends on what kind of encryption it is but still giving someone your passwords isn't a good idea. They can always decrypt everything. Forward secrecy is almost never guaranteed.

[–] [email protected] 1 points 4 months ago (1 children)
[–] [email protected] 1 points 4 months ago
[–] [email protected] 4 points 4 months ago

No, it's open source.