zxcvbn VS Bitwarden

Compare zxcvbn vs Bitwarden and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
zxcvbn Bitwarden
59 1,055
14,664 14,286
1.0% 1.9%
0.0 9.8
about 2 months ago 6 days ago
CoffeeScript C#
MIT License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

zxcvbn

Posts with mentions or reviews of zxcvbn. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-17.
  • Show HN: A lightweight PHP library for checking password strength
    2 projects | news.ycombinator.com | 17 Jan 2024
    Lightweight is an understatement here.

    A client's project (with not necessarily technical customers) has had pretty reasonable success using the Dropbox originated library[1] for this, `zxcvbn`[2], on both frontend via js (for "instant" feedback) and on the backend via php (to enforce the requirements when writing password hashes to the database)

    1: https://dropbox.tech/security/zxcvbn-realistic-password-stre...

    2: https://github.com/dropbox/zxcvbn

  • Zxcvbn: Low-Budget Password Strength Estimation – Usenix (2016)
    1 project | news.ycombinator.com | 5 Sep 2023
  • I updated our famous password table for 2023
    1 project | /r/coolguides | 18 Apr 2023
    use zxcvbn to check your password strength more thoroughly
  • I hope the common password whitelisters at Microsoft still get therapy benefits to share the unobfuscated language they were subjected to.
    1 project | /r/ProgrammerHumor | 5 Apr 2023
    source if anyone wants the whole list https://github.com/dropbox/zxcvbn/blob/master/data/passwords.txt
  • How long can a password be with the new login system?
    1 project | /r/runescape | 1 Apr 2023
    Password strength is evaluated based on the zxcvbn library.
  • How hard could it be? Sorting words alphabetically in Rust
    2 projects | /r/rust | 23 Mar 2023
    In contrast, let's consider the password "zxcvbn214". How might we assign an entropy to this password? Is it 369? Or 266 * 103? Anyone familiar with a QWERTY keyboard or Dropbox's password strength estimator knows that "zxcvbn" is hardly a random sequence of letters. This same principle applies to "l33t" speak, e.g. replacing all "e"s with 3s and "a"s with 4s. These strategies may "trick" simple entropy calculations into estimating a high entropy, but it won't trick sophisticated attackers. This leads to strength over-estimation, which is, I argue, the worst thing we can do in this context.
  • Zxcvbn: Low-Budget Password Strength Estimation
    1 project | news.ycombinator.com | 17 Feb 2023
  • TIL There's Another YAML
    2 projects | news.ycombinator.com | 16 Feb 2023
    > except for ZXCVBN

    You mean the Low-Budget Password Strength Estimator?

    https://github.com/dropbox/zxcvbn

    Yeah, that name is totally legit.

  • Which tool can crack this password so fast?
    3 projects | /r/Bitwarden | 12 Feb 2023
    For any part of the password that the zxcvbn cannot match to a known pattern, it uses a brute-force cardinality of 10, i.e., it estimates that the number of guesses required to crack a password or password segment of length N is equal to 10N (equivalent to the number of guesses required to exhaust all possibilities if your password consisted only of numbers).
  • Bitwarden Design Flaw
    5 projects | news.ycombinator.com | 23 Jan 2023
    We took a similar approach to passphrase stretching in EnvKey[1] v1 (EnvKey is a secrets manager, not a passwords manager, but uses end-to-end encryption in a similar way). We used PBKDF2 with iterations set a bit higher than the currently recommended levels, as well as Dropbox's zxcvbn lib to try to identify and block weak passphrases.

    Ultimately, I think it's just not good enough. Even if you're updating iteration counts automatically (which is clearly not a safe assumption, and to be fair not something we did in EnvKey v1 either), and even with safeguards against weak passphrases, using human-generated passphrases as a single line of defense is just fundamentally weak.

    That's why in EnvKey v2, we switched to primarily using high entropy device-based keys--a lot like SSH private keys, except that on Mac and Windows the keys get stored in the OS keychain rather than in the file system. Also like SSH, a passphrases can optionally be added on top.

    The downside (or upside, depending how you look at it) is that new devices must be specifically granted access. You can't just log in and decrypt on a new device with only your passphrase. But the security is much stronger, and you also avoid all this song and dance around key stretching iterations.

    1 - https://github.com/envkey/envkey

    2 - https://github.com/dropbox/zxcvbn

Bitwarden

Posts with mentions or reviews of Bitwarden. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-11.
  • Bitwarden
    3 projects | news.ycombinator.com | 11 Mar 2024
  • End of Life for Twilio Authy Desktop App
    13 projects | news.ycombinator.com | 13 Feb 2024
  • What program(s) do you use to remember passwords, including crypto?
    6 projects | /r/CryptoCurrency | 10 Dec 2023
    For passwords and 2FA I use Bitwarden in combination with a self-hosted Vaultwarden service (for imcreased security and use of pro features for free).
  • Ezt az üzenetet kaptam ma a Simple-től!!
    1 project | /r/hungary | 9 Dec 2023
  • Amazon Account with unauthorised purchases, did my google passwords get leaked
    2 projects | /r/privacy | 8 Dec 2023
    First it's good to use a password manager, however it's not a good idea to use the one built into your browser. I would suggest switching to BitWarden or similar (not LastPass).
  • Did I mess up?
    1 project | /r/Bitwarden | 7 Dec 2023
    I just noticed today when relogging in on Bitwarden (I couldn't sync my vault) that it said "Logged in as [email] on __$2__" instead of "Logged in as [email] on bitwarden.com". I don't know why or how that happened, and I have no idea what it means. Did I screw up somehow? Just to be clear, I did login and just after I logged in my brain realized that it said "__$2__" instead of what it should say.
  • Bitwarden Self-hosted not updating to 2023.12.0
    2 projects | /r/Bitwarden | 7 Dec 2023
    bitwarden:~$ sudo ./bitwarden.sh updateself _ _ _ _ | |__ (_) |___ ____ _ _ __ __| | ___ _ __ | '_ \| | __\ \ /\ / / _` | '__/ _` |/ _ \ '_ \ | |_) | | |_ \ V V / (_| | | | (_| | __/ | | | |_.__/|_|\__| \_/\_/ \__,_|_| \__,_|\___|_| |_| Open source password management solutions Copyright 2015-2023, 8bit Solutions LLC https://bitwarden.com, https://github.com/bitwarden =================================================== bitwarden.sh version 2023.10.3 Docker version 24.0.7, build afdd53b Docker Compose version v2.21.0 Updated self. bitwarden:~$ sudo ./bitwarden.sh update _ _ _ _ | |__ (_) |___ ____ _ _ __ __| | ___ _ __ | '_ \| | __\ \ /\ / / _` | '__/ _` |/ _ \ '_ \ | |_) | | |_ \ V V / (_| | | | (_| | __/ | | | |_.__/|_|\__| \_/\_/ \__,_|_| \__,_|\___|_| |_| Open source password management solutions Copyright 2015-2023, 8bit Solutions LLC https://bitwarden.com, https://github.com/bitwarden =================================================== bitwarden.sh version 2023.10.3 Docker version 24.0.7, build afdd53b Docker Compose version v2.21.0 Update not needed bitwarden:~$
  • ⟳ 0 apps added, 1 updated at mobileapp.bitwarden.com
    1 project | /r/FDroidUpdates | 6 Dec 2023
    Bitwarden (version 8588): A secure and free password manager for all of your devices.
  • What are some dangers that can happen if I’ve chosen not to enable 2fa on certain accounts
    1 project | /r/cybersecurity | 5 Dec 2023
    I would also recommend the use of a password manager such as Proton Pass, BitWarden or 1Password if your looking for a more premium solution.
  • Please help! Why are all my accounts getting logged in or being attempted login
    1 project | /r/antivirus | 5 Dec 2023
    Use a password manager if you do not already and have it generate unique passwords for every website. Bitwarden is one of the best. You should NEVER reuse passwords and should always use unique passwords. It may be inconvenient at first but a password manager like Bitwarden really does make it a whole lot more convenient. Your e-mail especially should have its own unique password. You should also use two-factor authentication on any website that offers it. If you do not have a good AV on your computers, Bitdefender and Kaspersky both offer free options. The website https://haveibeenpwned.com/ is a good place to check if your credentials have been in a data breach.

What are some alternatives?

When comparing zxcvbn and Bitwarden you can also consider the following projects:

SecLists - SecLists is the security tester's companion. It's a collection of multiple types of lists used during security assessments, collected in one place. List types include usernames, passwords, URLs, sensitive data patterns, fuzzing payloads, web shells, and many more.

vaultwarden - Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs

monkeytype - The most customizable typing website with a minimalistic design and a ton of features. Test yourself in various modes, track your progress and improve your speed.

Passbolt - Passbolt Community Edition (CE) API. The JSON API for the open source password manager for teams!

keepassxc - KeePassXC is a cross-platform community-driven port of the Windows application “Keepass Password Safe”.

sysPass - Systems Password Manager

dumb-password-rules - A compilation of sites with dumb password rules.

Teampass - Collaborative Passwords Manager

Next.js - The React Framework

Padloc - A modern, open source password manager for individuals and teams.

Material UI - Ready-to-use foundational React components, free forever. It includes Material UI, which implements Google's Material Design.

bitwarden_rs - Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs [Moved to: https://github.com/dani-garcia/vaultwarden]