Skip to content

hwhang0917/fpass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FPass

FPass is a Gokey wrapper for password generation and clipboard copying.

Prerequisites

Installation

curl -fsSL https://raw.githubusercontent.com/hwhang0917/fpass/refs/heads/main/install.sh | bash

Setup

# Generate master password
openssl rand -hex 32 > ~/.gokey/master-password

# Generate seedfile
gokey -P ~/.gokey/master-password -t seed -o ~/.gokey/seedfile

Usage

fpass [OPTIONS] [REALM]
Option Description
-l LENGTH Password length (default: gokey default)
-v Verbose mode
-h Show help

If REALM is omitted, you'll be prompted to enter it.

Examples

fpass github.com           # Generate password for github.com
fpass github.com -l 32     # Generate 32-character password
fpass                      # Interactive prompt for realm

About

FPass is a Gokey wrapper for password generation and clipboard copying.

Resources

License

MIT, BSD-3-Clause licenses found

Licenses found

MIT
LICENSE
BSD-3-Clause
LICENSE-gokey.txt

Stars

Watchers

Forks

Contributors

Languages