Go to file
Jan Christian Grünhage cebc64cb7f
feat: support working on existing keys
2023-05-31 18:13:49 +02:00
sample feat: support generating new keys according to spec 2023-05-31 18:13:25 +02:00
src feat: support working on existing keys 2023-05-31 18:13:49 +02:00
.gitignore feat: support generating new keys according to spec 2023-05-31 18:13:25 +02:00
Cargo.lock feat: support generating new keys according to spec 2023-05-31 18:13:25 +02:00
Cargo.toml feat: support generating new keys according to spec 2023-05-31 18:13:25 +02:00
LICENSE.md feat: support generating new keys according to spec 2023-05-31 18:13:25 +02:00
README.md feat: support generating new keys according to spec 2023-05-31 18:13:25 +02:00

README.md

openpgp-key-janitor

⚠️ Work in Progress (WIP)

openpgp-key-janitor is currently under development. It supports only key generation, with more features planned for the future. Contributions and feedback are welcome!

The "OpenPGP Key Janitor" is a command-line tool for creating and maintaining OpenPGP keys.

Installation

Use the package manager cargo to install it.

cargo install openpgp-key-janitor

Usage

Usage: openpgp-key-janitor [OPTIONS] [DIR]

Arguments:
  [DIR]  Path to the directory it should operate on. Defaults to the current working directory

Options:
  -h, --help     Print help
  -V, --version  Print version

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

CNPLv7