https://github.com/d3bvstack/safepass
A cross-browser password and passphrase generator extension for Chrome and Firefox, featuring strong password creation, passphrase support, and advanced customization options.
https://github.com/d3bvstack/safepass
chrome-extension extension firefox-addon firefox-extension password-generator
Last synced: 9 months ago
JSON representation
A cross-browser password and passphrase generator extension for Chrome and Firefox, featuring strong password creation, passphrase support, and advanced customization options.
- Host: GitHub
- URL: https://github.com/d3bvstack/safepass
- Owner: d3bvstack
- License: other
- Created: 2025-06-20T18:53:13.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-06-24T18:30:29.000Z (9 months ago)
- Last Synced: 2025-07-01T01:04:01.565Z (9 months ago)
- Topics: chrome-extension, extension, firefox-addon, firefox-extension, password-generator
- Language: JavaScript
- Homepage:
- Size: 153 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/d3bvstack/Safepass)
# Safepass
Safepass is a secure, open-source password generator browser extension available for Chrome and Firefox. It helps you create strong, customizable passwords with ease.
## Features
- Generate strong, random passwords
- Customizable password length and character sets
- Autofill
- User-friendly interface
- Password strength indicator
- Supports both Chrome and Firefox browsers
## Installation
### Firefox
**Automatic Install**
[](https://addons.mozilla.org/es-ES/firefox/addon/safepass/)
**Manual Installation**
1. Download the latest `safepass-1.0.xpi` file from the [Releases](https://github.com/d3bvstack/Safepass/releases) page.
2. In Firefox, open the Add-ons and Themes Manager by pressing `Ctrl+Shift+A`.
3. Click the gear icon (⚙️) in the top right corner and select “Install Add-on From File…”.
4. Locate and select the downloaded `.xpi` file to install the extension.
### Chrome
**Manual Install**
1. Download the latest `chrome_extension.zip` from the [Releases](https://github.com/d3bvstack/Safepass/releases) page.
2. Open [chrome://extensions](chrome://extensions) in your browser.
3. Enable **Developer mode** (top right corner).
4. Drag and drop the `chrome_extension.zip` file onto the Chrome Extensions page to install.
## Usage
1. Click the Safepass icon in your browser toolbar.
2. Adjust password settings as needed. The password is automatically regenerated with each change to the settings (such as length or character set).
3. If you want a different password with the current settings, click the "Regenerate" button to create a new one.
4. Copy the password to your clipboard by clicking the password field or by pressing the copy button.
## Autofill Instructions
Safepass can help you autofill passwords into login forms:
1. Navigate to the login page where you want to use a generated password.
2. Open the Safepass extension popup.
3. Generate or select your password.
4. Click the "Autofill" button (if available) or use the copy button, then paste the password into the password field.
5. For supported sites, Safepass will attempt to automatically fill the password field. If not, simply paste the password manually.
> Note: Autofill support may vary depending on the website and browser. Ensure you have granted the extension the necessary permissions if prompted.
## Development
- All extension source code is in the `chrome_extension/` and `firefox_extension/` folders.
- Shared components and services are organized for easy maintenance.
## Contributing
Contributions are welcome! Please open an issue or submit a pull request.
## License
This project is licensed under the Attribution-NonCommercial 4.0 International License.
[](https://github.com/d3bvstack/Safepass)