Password Managers

FMP – password manager written in memory-safe Rust

Forgot My Password (FMP) is a password manager that safely allows you to generate, store, and manage your passwords in encrypted vaults. It uses GPG to protect your sensitive data.

This is free and open source software.

Key Features

  • GUI: Intuitive and fast GUI
  • Create Vaults: Create encrypted vaults to store your passwords.
  • Modify Accounts: Add, delete, and rename accounts within a vault.
  • Passwords: Generate strong passwords and estimate their entropy.
  • Backups: Backup and restore vaults securely.
  • Modify Account Info: Update account usernames and passwords.
  • Encryption With GPG: All data is encrypted using GPG. Only users with the correct GPG key can decrypt the vault contents.
  • No Plaintext Passwords on Disk: All sensitive information is encrypted before being saved.
  • Sensitive Variables Cannot Be Written to Disk: Sensitive variables are not written to disk in any form except encrypted.
  • Sensitive Variables Are Obfuscated in Memory: The program uses secure memory handling (Rust’s secrecy crate, memory locking) to prevent secrets from being easily read from RAM.
  • Sensitive Variables Are Cleared from Memory: The program zeroizes (overwrites) memory holding secrets when they are no longer needed.
  • Memory Locking: System calls (like mlock) prevent sensitive memory from being swapped to disk.
  • File Permissions: Strict file permissions are placed on sensitive files.
  • Recipient Verification: Encryption is tied to a specific GPG recipient.
  • Cross-platform compatibility: FMP is available on Linux and Windows.

Website: github.com/lwilk0/fmg
Support:
Developer: Luke Wilkinson
License: GNU General Public License v3.0

FMP in action

FMP is written in Rust. Learn Rust with our recommended free books and free tutorials.


Related Software

GUI Password Managers
KeePassXCSafely store passwords and auto-type them into websites and software
BitwardenPassword management for individuals, teams, and business organizations
KeeWebPassword manager compatible with KeePass
SecretsPassword manager which makes use of the KeePass v.4 format
Password SafePassword manager using wxWidgets
QtPassGraphical User Interface for pass
KWalletManagerPassword management tool with Blowfish and GPG encryption
RoosterSimple password manager for geeks
OneKeePassSupports the KeePass-compatible database
SpicyPassLightweight password manager
KeePassXMulti-platform port of KeePass
SeahorseGNOME front end for GnuPG
PasaffeEasy to use password manager for GNOME
RotorStateless password manager
IdentitiesModern password-store client made for GNOME
FMPPassword manager written in memory-safe Rust
PassyOffline password manager with cross-platform synchronization
KeycordBrowse and edit password stores
KeyboxMinimal, encrypted, local password manager
Key RackView and edit passwords
FPM2GTK2 port from Figaro’s Password Manager
ButtercupSimple password manager based on NodeJS

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted