
Passbolt - Open source password manager for teams by passbolt
Passbolt is an open source password manager designed for collaboration. Securely create, manage and monitor your passwords. Share them instantly with your team.
You'll need Firefox to use this extension
Extension Metadata
Screenshots






About this extension
Passbolt is an open source password manager designed for collaboration. You can securely generate, store, manage and monitor your team credentials.
Get access to all of your logins and passwords from multiple browsers or even your mobile phone. Create strong random passwords, thanks to the fully customizable password generator, and share them instantly with your team.
Passbolt is built on top of an open API made for developers and agile teams. Passbolt is extensible and yet usable by everyone. No technical knowledge is required to use it.
This is why Passbolt is trusted by small businesses, as well as government offices, regulated industries, and privacy-conscious organizations:
Boost collaboration & productivity:
- Easily share one password, or a folder with a single user or a group of users;
- Use personal or shared tags to identify passwords and secrets;
- Give specific access rights to a user or group;
- Get detailed reporting on access & change history.
Security by design. Audited and certified:
- True end-to-end encryption;
- Interoperable cryptography based on OpenPGP;
- Full control your own encryption key;
- Access revocation that actually works;
- Regularly audited by independent auditors.
Made in Europe. Privacy by default:
- Host it in our cloud, located in Europe;
- Or self-host it for full data ownership;
- No tracker, no strings attached.
Passbolt source code comes under an AGPL license (yes even the commercial version) and is publicly available. You are free to audit it, contribute to it, or redistribute it.
This add-on is required to use the software, in order to provide advanced security features as well as functionality such as password auto filling on web pages.
Get started now:
https://www.passbolt.com/cloud/signup
Check out the source code:
https://github.com/passbolt
Get access to all of your logins and passwords from multiple browsers or even your mobile phone. Create strong random passwords, thanks to the fully customizable password generator, and share them instantly with your team.
Passbolt is built on top of an open API made for developers and agile teams. Passbolt is extensible and yet usable by everyone. No technical knowledge is required to use it.
This is why Passbolt is trusted by small businesses, as well as government offices, regulated industries, and privacy-conscious organizations:
Boost collaboration & productivity:
- Easily share one password, or a folder with a single user or a group of users;
- Use personal or shared tags to identify passwords and secrets;
- Give specific access rights to a user or group;
- Get detailed reporting on access & change history.
Security by design. Audited and certified:
- True end-to-end encryption;
- Interoperable cryptography based on OpenPGP;
- Full control your own encryption key;
- Access revocation that actually works;
- Regularly audited by independent auditors.
Made in Europe. Privacy by default:
- Host it in our cloud, located in Europe;
- Or self-host it for full data ownership;
- No tracker, no strings attached.
Passbolt source code comes under an AGPL license (yes even the commercial version) and is publicly available. You are free to audit it, contribute to it, or redistribute it.
This add-on is required to use the software, in order to provide advanced security features as well as functionality such as password auto filling on web pages.
Get started now:
https://www.passbolt.com/cloud/signup
Check out the source code:
https://github.com/passbolt
Rate your experience
PermissionsLearn more
This add-on needs to:
- Input data to the clipboard
- Access browser tabs
- Access your data for all websites
More information
- Add-on Links
- Version
- 4.12.0
- Size
- 4.92 MB
- Last updated
- 19 days ago (Mar 13, 2025)
- Related Categories
- License
- GNU AGPL V3.0
- Privacy Policy
- Read the privacy policy for this add-on
- Version History
- Tags
Add to collection
Release notes for 4.12.0
Passbolt v4.12.0 introduces the final update in the version 4 series. This release completes the groundwork for version 5 and allows integrators to test the migration directly from the UI ahead of the stable release.
As always, this version also addresses community-reported issues, including fixes for UI inconsistencies and multi-selection shortcuts that were not working across all environments.
As a final update of the v4 series, system administrators are invited to upgrade their version of PHP to meet Passbolt v5’s minimum requirements: PHP 8.2. We posted a guide in our Weblog to help you with the process: Preparing for Passbolt v5: PHP 8.2 Requirement.
Thank you to the community for your feedback and patience—we’re almost there!
Added
PB-38932 WP6-3.1 Implement navigation to content types migrate metadata content administration page
PB-38915 WP6-3.2 Implement findUpgradeContentDetails function on MetadataMigrateContentServiceWorkerService to retrieve content to upgrade details in the content types migrate metadata administration page
PB-38916 WP6-3.3 Implements MigrateMetadataSettingsFormEntity to handle form data
PB-38917 WP6-3.4 As an administrator I can see the migrate metadata settings form
PB-38918 WP6-3.5 Implements MigrateMetadataResourcesService to migrate metadata resources
PB-38919 WP6-3.6 Implements PassboltResponseEntities to handle passbolt API response
PB-38921 WP6-3.7 Implements MigrateMetadataResourcesController to run metadata migration from the styleguide
PB-38923 WP6-3.8 Implements ConfirmMigrateMetadataDialog to warn admin before actually running the migration
PB-38925 WP6-3.10 Implements MigrateMetadataSettingsActionBar to trigger migration process
PB-38996 WP6-4.1 Update ResourceTypeEntity to handle the new 'deleted' field
PB-38998 WP6-4.3 Implements findAllByDeletedAndNonDeleted on FindResourceTypesService to retrieve all deleted and non deleted resources-types
PB-38999 WP6-4.4 Implements FindAllByDeletedAndNonDeletedResourceTypesContoller to find all available and deleted resources-types
PB-39000 WP6-4.5 Implements ResourceTypesServiceWorkerService to request the service worker for retrieving the resource types
PB-39001 WP6-4.6 Implements ResourceTypesFormEntity to handle the data from the form component
PB-39002 WP6-4.7 Implements navigation to allow content types administration page
PB-39003 WP6-4.8 Implements DisplayContentTypesAllowedContentTypesAdministration component to display the administration form
PB-39004 WP6-4.9 Implements ResourceTypesApiService undelete method to process the undelete of the given resources type
PB-39005 WP6-4.10 Implements ResourceTypesService delete method to request the API for deleted the given resource type
PB-39006 WP6-4.11 Implements UpdateResourceTypesService undelete method to process the update of the given resources types
...
As always, this version also addresses community-reported issues, including fixes for UI inconsistencies and multi-selection shortcuts that were not working across all environments.
As a final update of the v4 series, system administrators are invited to upgrade their version of PHP to meet Passbolt v5’s minimum requirements: PHP 8.2. We posted a guide in our Weblog to help you with the process: Preparing for Passbolt v5: PHP 8.2 Requirement.
Thank you to the community for your feedback and patience—we’re almost there!
Added
PB-38932 WP6-3.1 Implement navigation to content types migrate metadata content administration page
PB-38915 WP6-3.2 Implement findUpgradeContentDetails function on MetadataMigrateContentServiceWorkerService to retrieve content to upgrade details in the content types migrate metadata administration page
PB-38916 WP6-3.3 Implements MigrateMetadataSettingsFormEntity to handle form data
PB-38917 WP6-3.4 As an administrator I can see the migrate metadata settings form
PB-38918 WP6-3.5 Implements MigrateMetadataResourcesService to migrate metadata resources
PB-38919 WP6-3.6 Implements PassboltResponseEntities to handle passbolt API response
PB-38921 WP6-3.7 Implements MigrateMetadataResourcesController to run metadata migration from the styleguide
PB-38923 WP6-3.8 Implements ConfirmMigrateMetadataDialog to warn admin before actually running the migration
PB-38925 WP6-3.10 Implements MigrateMetadataSettingsActionBar to trigger migration process
PB-38996 WP6-4.1 Update ResourceTypeEntity to handle the new 'deleted' field
PB-38998 WP6-4.3 Implements findAllByDeletedAndNonDeleted on FindResourceTypesService to retrieve all deleted and non deleted resources-types
PB-38999 WP6-4.4 Implements FindAllByDeletedAndNonDeletedResourceTypesContoller to find all available and deleted resources-types
PB-39000 WP6-4.5 Implements ResourceTypesServiceWorkerService to request the service worker for retrieving the resource types
PB-39001 WP6-4.6 Implements ResourceTypesFormEntity to handle the data from the form component
PB-39002 WP6-4.7 Implements navigation to allow content types administration page
PB-39003 WP6-4.8 Implements DisplayContentTypesAllowedContentTypesAdministration component to display the administration form
PB-39004 WP6-4.9 Implements ResourceTypesApiService undelete method to process the undelete of the given resources type
PB-39005 WP6-4.10 Implements ResourceTypesService delete method to request the API for deleted the given resource type
PB-39006 WP6-4.11 Implements UpdateResourceTypesService undelete method to process the update of the given resources types
...
More extensions by passbolt
- There are no ratings yet
- There are no ratings yet
- There are no ratings yet
- There are no ratings yet
- There are no ratings yet
- There are no ratings yet