Mehrad, to firefox
@Mehrad@fosstodon.org avatar

@bitwarden Today I got this in . According to this notification you are asking for "Access browser activity during navigation" permission which according to the Firefox documentation (link at the end of this toot) means either

  • Detect when streamed videos are about to play and provide a download feature

  • Look for and prevent ad pop-ups from opening

Is there any documentation on that explains which one you need and why?

https://support.mozilla.org/en-US/kb/permission-request-messages-firefox-extensions?as=u&utm_source=inproduct

knightdave, to bitwarden Polish
@knightdave@mastodon.com.pl avatar

Każdemu komu rekomenduje założyć sejf w aplikacji od razu polecam kupić pendrivea za 20-30zł i robić szyfrowane kopie od czasu do czasu, a sam takich nie mam :D

Czas to zmienić! Kupiłem małego sandiska, utworzyłem szyfrowany kontener z pomoca i na niego zrzuciłem backup.

Teraz mogę spać spokojnie.

governa, to bitwarden
@governa@fosstodon.org avatar
danie10, to bitwarden
@danie10@mastodon.social avatar

The origins of Bitwarden and how it is fending off the tech giants

Kyle Spearrin had never developed a mobile app or browser extension when he started building Bitwarden as a fun side project in 2015.

Nearly nine years later, Spearrin’s humble attempt at a free, open-source password manager has become one of the ...continues

See https://gadgeteer.co.za/the-origins-of-bitwarden-and-how-it-is-fending-off-the-tech-giants/

thomy2000, to bitwarden
@thomy2000@fosstodon.org avatar

Authenticator app! Finally an open-source alternative to . The app looks very nice and modern on Android. Can't wait for sync support.

https://github.com/bitwarden/authenticator-android
https://github.com/bitwarden/authenticator-ios

9to5linux, to opensource
@9to5linux@floss.social avatar
governa, to bitwarden
@governa@fosstodon.org avatar
fabio, to bitwarden
@fabio@manganiello.social avatar

Just migrated from to .

Same API, same features, same UI, and support for other DBs than MSSQL.

One single stand-alone application vs. Bitwarden’s 10 Docker containers. 70MB of RAM vs. 2GB. 3MB of db storage vs. 300MB.

Why was a password manager supposed to take so many resources in the first place? Just because it runs on a Microsoft-only stack and on .NET’s inefficient VM? Just because somebody thought that it was a good idea to separate everything into different containers (even icons and 2fa are modeled as separate services in Bitwarden)?

It reminds me of my recent migration from Mastodon to Akkoma. I got more features, 5GB of RAM freed up and 300GB of storage freed up almost overnight.

Writing and running inefficient software that pointlessly consumes all the resources available on a machine should be a crime in a world with limited resources.

It makes me think of how much shitty bloated software like @bitwarden, probably based on awfully inefficient languages and frameworks like Java, Ruby on Rails and .NET, is running out there, pointlessly sucking up resources for doing simple jobs that could easily be done with 99% less resources.

Today’s developers, spoiled by IDEs, powerful machines, docker-compose and shortsighted “just throw more RAM at the problem” approaches, have forgotten how to write efficient software. Time for them to learn how to write good efficient software again. Software doesn’t eat the world. Only shitty software built on shitty framework does.

Taffer, to bitwarden
@Taffer@mastodon.gamedev.place avatar

So there's an open source implementation of the BitWarden server software: https://github.com/dani-garcia/vaultwarden

I could self-host the family's password manager… probably don't want to do it on the home NAS. Maybe a tiny cloud server? I think it just needs Docker access, a port, and a little storage.

arstechnica, to random
@arstechnica@mastodon.social avatar

LastPass users targeted in phishing attacks good enough to trick even the savvy

Campaign used email, SMS, and voice calls to trick targets into divulging master passwords.

https://arstechnica.com/security/2024/04/lastpass-users-targeted-in-phishing-attacks-good-enough-to-trick-even-the-savvy/?utm_brand=arstechnica&utm_social-type=owned&utm_source=mastodon&utm_medium=social

dustcircle,
@dustcircle@mastodon.social avatar

@arstechnica Can never bring myself to use .
I use . FREE and SECURE

ChristosArgyrop, to random
@ChristosArgyrop@mstdn.science avatar

2FA is driving me nuts. I think I may be going back to Subversion or even CVS.

mjgardner,
@mjgardner@social.sdf.org avatar

@ChristosArgyrop Only 20? Amateur. 🙄

% bw list items | jq '. | map(select(.login.totp)) | length'  
111  

(bw is the CLI: https://bitwarden.com/help/cli)

mjgardner, (edited )
@mjgardner@social.sdf.org avatar

@ChristosArgyrop Until those systems start using instead of and , I'm afraid you're stuck.

For now, keep safe your 2FA/ seeds (the QR code or string you add to an authenticator app). As you saw in https://social.sdf.org/@mjgardner/112287092545124096 I favor but there are other options depending on your use cases.

protonprivacy, to random
@protonprivacy@mastodon.social avatar

Google One VPN is shutting down: https://www.theverge.com/2024/4/12/24128177/google-one-vpn-service-shutdown-announcement-graveyard

This is your sign to get a Proton VPN account.

Kevin20221110,
@Kevin20221110@mastodon.social avatar

@protonprivacy

I'm not a fan of using any company for more than one thing.
Mullvad for vpn.
Proton for email.
Bitwarden for passwords.

2ndStar, to random German
@2ndStar@astronomy.social avatar

deleted_by_author

  • Loading...
  • akop,
    @akop@mastodon.akop.online avatar

    @2ndStar Das wäre doch ein gutes Thema für den Unterricht. Kennst du jemanden, der das lehren könnte? :D

    Etwas Werbung: Meiner Meinung nach (aber ich habe es auch selbstgehostet) ist das Beste für Passwörter:

    • OpenSource
    • Passwörter in Cloud
    • Jedes Gerät hat eine lokale Kopie der Passwörter
    • Können Firmen (oder Schulen) selber hosten
    • Es gibt einen Mechanismus, falls man stirbt o.ä., sodass die Familie Zugriff bekommt
    badnetmask, to Blog
    @badnetmask@hachyderm.io avatar

    New post! As I have promised multiple times, I'm demonstrating how you can use to read passwords (and other secrets) from (and as well). I hope this gives you fuel to your secrets in your . Happy automating!
    https://mteixeira.wordpress.com/2024/04/04/ansible-vaultwarden/

    chfkch, to bitwarden
    @chfkch@ruhr.social avatar

    Making progress with . Slow, but steady.
    Today i implemented a password input to unlock the / vault, so we can soon remove a part of the credentials.toml (which was just a workaround for faster testing) and make the app safer.
    feels nicer the more i get to work with it.

    Sadly my ARM CI did not work as nicely as the x86, so i can't package for my phone easily.

    mjgardner, to passkeys
    @mjgardner@social.sdf.org avatar

    Shots fired at @bitwarden: “And many managers only support on specific platforms…”

    When will we be able to create and use passkeys outside of the browser extension? https://mastodon.social/@protonprivacy/112134037609531372

    chfkch, to linuxphones
    @chfkch@ruhr.social avatar

    My first (very incomplete and WIP) iteration of my client. It ia usually not ready for others to use, but i need to publish it to stay motivated.
    Works with aswell. You have to build it fron source though, for the time being.

    https://codeberg.org/Chfkch/bitritter

    governa, to bitwarden
    @governa@fosstodon.org avatar
    tuxwise, to passkeys
    @tuxwise@social.tchncs.de avatar

    2.7.7 released:

    Don't be shy, @keepassxc - post about it, here, on Mastodon 😉

    https://keepassxc.org/blog/2024-03-10-2.7.7-released/

    9to5linux, to opensource
    @9to5linux@floss.social avatar
    kohelet, to bitwarden
    @kohelet@mstdn.social avatar

    Bitwarden: has all necessary features for free, is open source and self hostable.

    Proton Pass: if you pay us, you can save your passwords locally!

    love proton, but this is just a stupid product.
    Everything already exist, better and for free. what's the point?

    @protonmail

    motoridersd, to bitwarden
    @motoridersd@pug.ninja avatar

    Installed . Will have to tinker with this later to see if it's worth moving my vault to a self-hosted instance instead of directly with

    https://github.com/dani-garcia/vaultwarden

    tuneintodetuned, to bitwarden Spanish
    @tuneintodetuned@mastodon.social avatar

    Hey, @KatherineInCode, I had a conversation with a few users around here yesterday since it's more and more common for people to think weak passwords on postits around offices are unavoidable and even though @bitwarden was mentioned most think it's unfeasible for an employer to have their employees use it to keep track of their corporate passwords because of age and education differences.

    You develop on , which does have a business plan, so what's your perspective on this?

    Edent, to bitwarden
    @Edent@mastodon.social avatar

    🆕 blog! “HOWTO: Sort BitWarden Passwords by Date”

    I highly recommend BitWarden as a password manager. It is free, open source, and has a great range of apps and APIs. The one thing it doesn't have is a way to sort your accounts by creation date. I now have over a thousand accounts that I've added - so I wanted to prune away […]

    👀 Read more: https://shkspr.mobi/blog/2024/02/howto-sort-bitwarden-passwords-by-date/

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • thenastyranch
  • magazineikmin
  • cubers
  • InstantRegret
  • cisconetworking
  • Youngstown
  • vwfavf
  • slotface
  • Durango
  • rosin
  • everett
  • kavyap
  • DreamBathrooms
  • provamag3
  • mdbf
  • khanakhh
  • modclub
  • tester
  • ethstaker
  • osvaldo12
  • GTA5RPClips
  • ngwrru68w68
  • Leos
  • anitta
  • tacticalgear
  • normalnudes
  • JUstTest
  • All magazines