Metadata-Version: 2.4
Name: klutshnik
Version: 0.4.1
Summary: Klutshnik CLI client
Home-page: https://klutshnik.info/
Author: Stefan Marsiske
Author-email: klutshnik@ctrlc.hu
License: GPLv3
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Security
Description-Content-Type: text/markdown
Requires-Dist: pysodium
Requires-Dist: pyoprf
Requires-Dist: tomlkit
Provides-Extra: devices
Requires-Dist: esptool; extra == "devices"
Requires-Dist: pyserial; extra == "devices"
Requires-Dist: pyudev; extra == "devices"
Provides-Extra: esp
Requires-Dist: esptool; extra == "esp"
Provides-Extra: usb
Requires-Dist: pyserial; extra == "usb"
Requires-Dist: pyudev; extra == "usb"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

* klutshnik cli frontend

Klutshnik is a system which encrypts data-at-rest: backups, files,
archives - for you or your group. Yawn, even PGP^WAge can do
that. Yes, but it cannot do regular key updates on an untrusted
storage, providing post-compromise security (PCS) or forward secrecy
(FS). And the best part is, the encryption key is shared in a
threshold setup, and never ever assembled, so chances of accidental
leakage are 0.

This package provides the CLI client for this system. For more information, pls
see the man page at https://klutshnik.info/manpages/klutshnik.html
