fpass

Crates.iofpass
lib.rsfpass
version0.2.6
created_at2025-08-31 12:32:48.743392+00
updated_at2025-09-06 13:37:51.331473+00
descriptionCLI Password Manager
homepage
repositoryhttps://github.com/0l3d/fpass
max_upload_size
id1818490
size91,678
screen (0l3d)

documentation

README

fpass – CLI Password Manager

fpass is a fast, secure, and local command-line password manager written entirely in Rust. Your data is locally encrypted and never leaves your system. No cloud. No servers. No dependencies.


Installation

Install with cargo

cargo install fpass

Build from scratch

1. Clone the repository

git clone https://github.com/0l3d/fpass.git
cd fpass

2. Build the project

Make sure you have the Rust toolchain installed. Then run:

cargo build --release

This will generate the binary at:

target/release/fpass

Usage

Initial Setup

fpass setup

This will initialize your encrypted password database at:

~/.local/share/fpass/db.json

Command Overview

fpass -h

Security

  • Passwords are stored encrypted using AES-256.
  • Your vault password is never saved and is required for all operations.
  • No internet connection is used. Everything runs 100% locally.

Dependencies

  • Requires Rust toolchain to build.
  • No runtime dependencies.

License

Licensed under the GNU General Public License v3.0 (GPL-3.0).You are free to use, modify, and distribute this software under the terms of the GPLv3. See the LICENSE file for full details.


Author

Created with in Rust by 0l3d
Support me: https://buymeacoffee.com/oled

Commit count: 23

cargo fmt