Welcome! This project is called Bitwarden Duplicate Checker, a user-friendly CLI tool designed to scan for duplicate password entries in your decrypted Bitwarden vault (JSON supported).
When moving to Bitwarden (the password manager), many users import passwords from multiple sources (their Apple Passwords, Google Passwords, personal password manager, etc), which can lead to a bunch of duplicate entries in your vault. This tool helps identify those duplicates quickly, and makes it easier to clean up your vault and ensure you don't have any duplicate entries!
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
I've been able to build an algorithm that checks matching subdomains and usernames. The next step will be to add apex-level domain checking as an optional, advanced feature!
I'm currently working on restructuring the code since this is a project I worked on a long time ago and it's full of bugs...