Manage your passwords
Secrets is a password manager which makes use of the KeePass v.4 format. It integrates perfectly with the GNOME desktop and provides an easy and uncluttered interface for the management of password databases.
- ⭐ Create or import KeePass safes
- ✨ Assign a color and additional attributes to entries
- 📎 Add attachments to your encrypted database
- 🎲 Generate cryptographically strong passwords
- 🛠 Change the password or keyfile of your database
- 🔎 Quickly search your favorite entries
- 🕐 Automatic database lock during inactivity
- 📲 Adaptive interface
- ⏱ Support for two-factor authentication
- AES 256-bit
- Twofish 256-bit
- ChaCha20 256-bit
- Argon2 KDBX4
- Argon2id KDBX4
- AES-KDF KDBX 3.1
Download the latest artifact for x86_64 or aarch64 and extract it. To install, open the Flatpak package with GNOME Software. Alternatively, run:
flatpak install --user ./org.gnome.World.Secrets.Devel.flatpak
We use the Meson build system for building. The quickest way to get going is to run the following:
meson . _build
ninja -C _build
ninja -C _build install
To build the development version of Secrets and hack on the code see the general guide for building GNOME apps with Flatpak and GNOME Builder.
Helping to translate Secrets or add support to a new language is welcome. You can find everything you need at: l10n.gnome.org/module/secrets/
If you have any questions regarding the use or development of Secrets, please join us on our #secrets:gnome.org channel.
This project follows the GNOME Code of Conduct.