Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

kagipass

This project is still experimental. Not intended for production use without proper security review and testing.

kagipass (鍵 / kagi = "key" in Japanese) is a deterministic password generator based on Argon2id.

It creates strong, reproducible passwords from:

  • a service name (e.g. github, discord)
  • a master password
  • an optional pepper

Given the same inputs and version, kagipass always produces the same password. This lets you regenerate passwords without storing them.

Installation

pipx

pipx install kagipass

uv

uv tool install kagipass

Quick Start

# Generate a password for a service
kagipass -S github

# Force generation of a new pepper
kagipass --generate-pepper

On first run, kagipass will generate a high-entropy pepper.

You must save this pepper, losing it means you can no longer recreate your passwords.

How it works

  1. You provide a service name, the master password, and your unique high-entropy pepper.
  2. kagipass derives a salt from the service name, version, length, and optional pepper.
  3. Argon2id is used to derive a high-entropy key. You can customize the Argon2id encryption parameters with arguments.
  4. The key is encoded into a password using the selected character preset.

Security Notice

kagipass is experimental and has not been independently audited. The security of generated passwords depends on:

  • the strength of your master password
  • keeping the pepper secret
  • the correctness of this implementation
  • the underlying cryptographic libraries

Do not use kagipass for important accounts unless you fully understand the risks and have reviewed the code yourself.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kagipass-26.1.2b0.tar.gz (3.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

kagipass-26.1.2b0-py3-none-any.whl (5.0 kB view details)

Uploaded Python 3

File details

Details for the file kagipass-26.1.2b0.tar.gz.

File metadata

  • Download URL: kagipass-26.1.2b0.tar.gz
  • Upload date:
  • Size: 3.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"EndeavourOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for kagipass-26.1.2b0.tar.gz
Algorithm Hash digest
SHA256 5e01c3e631855420ed1dd84ceca5d2f5ad680a9ddc9dbfc78f88ed82a05bcc42
MD5 54a25faffe993b3324f05deb8fd060e1
BLAKE2b-256 ae004cb5a19464fc0466723c763cdf4fc499e5b401f4f443205b81b9935df3e4

See more details on using hashes here.

File details

Details for the file kagipass-26.1.2b0-py3-none-any.whl.

File metadata

  • Download URL: kagipass-26.1.2b0-py3-none-any.whl
  • Upload date:
  • Size: 5.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"EndeavourOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for kagipass-26.1.2b0-py3-none-any.whl
Algorithm Hash digest
SHA256 0f53ee348a0b6e4dced1ae44a845830142e75a77a8c589e7c4bd5b8986975d1b
MD5 f8fbf238d928573823756bb390e605a3
BLAKE2b-256 53579f02c7b9475cfc90a608631d0832462fb2c6bf93673c8c0c0e4de4d8e27b

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

26.1.2b0 This release

2 files

26.0.1b0

2 files

26.0.0b0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page