Skip to main content
Yanked

This release has been yanked by its maintainers, and will be ignored by installers, except when explicitly specified.
Consider using release 26.1.2b0 instead.

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 master password and a service name.
  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.1b0.tar.gz (3.7 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.1b0-py3-none-any.whl (4.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: kagipass-26.1.1b0.tar.gz
  • Upload date:
  • Size: 3.7 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.1b0.tar.gz
Algorithm Hash digest
SHA256 e34102b864eb5ce1a4448080ea714b0e5d2c869c7334d36e0c34bf13bb9e96a5
MD5 e032ea77bf536dba2bc022b4928e230d
BLAKE2b-256 9ba639e5095f27f967ce61601825dcab7ebff37e739378f8413ed18587ee4514

See more details on using hashes here.

File details

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

File metadata

  • Download URL: kagipass-26.1.1b0-py3-none-any.whl
  • Upload date:
  • Size: 4.8 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.1b0-py3-none-any.whl
Algorithm Hash digest
SHA256 f02bdcacd7684f391d87aaee55b5cc332119ada4d7f335556ebc424ac6f47f79
MD5 c05eff1ba2f261c603e2a8b18fd61025
BLAKE2b-256 b7b15c5e76ff1ca7d76d3139493eb48aa428054929340ccfae01c13bac6d3788

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

26.1.1b0 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