A powerful Obsidian plugin designed to analyze password strength, check for security breaches, and generate secure passwords with ease.
- 🔑 Password Strength Analysis: Get detailed feedback on the strength of any password.
- 🌐 Breached Password Check: Verify if a password has been compromised in known data breaches using Have I Been Pwned.
- 🔐 Secure Password Generation: Easily generate strong, secure passwords with customizable lengths.
- 📋 Clipboard Support: Copy generated passwords to the clipboard with just one click.
- Open Settings in Obsidian.
- Navigate to Community Plugins.
- Click Browse and search for
Password Audit Plugin
. - Install the plugin and enable it.
- Open the Password Audit panel via the command palette (
Ctrl+P
orCmd+P
) and select "Open Password Audit Panel". - Analyze a Password:
- Enter a password into the text box to check its strength and verify if it has been breached.
- Generate a Password:
- Use the
Generate Secure Password
command to create a strong password. - Click Copy Password to copy the generated password to your clipboard.
- Use the
If you'd like to contribute or test the plugin locally, follow these steps:
- Clone the repository:
git clone https://github.com/pulisettis/Password-Audit-Plugin.git
cd Password-Audit-Plugin
- Install Dependencies
npm install
- Build the Plugin
npm run build
- Copy the compiled files to your
.obsidian/plugins
folder to test it locally.
Contributions are welcome! If you have ideas for improvement or new features, feel free to fork the repository, make your changes, and submit a pull request. Let's make this plugin even better!