Metadata-Version: 2.4
Name: ftw-pki-password
Version: 0.0.3a2
Summary: A write-only encryption utility that transforms UTF-8 passphrases into secure, user-specific files for PKI signing processes, with no built-in decryption capability to ensure maximum credential isolation.
Author-email: Fitzz TeXnik Welt <FitzzTeXnikWelt@t-online.de>
Maintainer-email: Fitzz TeXnik Welt <FitzzTeXnikWelt@t-online.de>
License-Expression: LGPL-2.1-or-later
Project-URL: Documentation, https://github.com/fitzz-ftw/ftw-pki-password/blob/main/README.md
Project-URL: Homepage, https://github.com/fitzz-ftw/ftw-pki-password
Project-URL: Issues, https://github.com/fitzz-ftw/ftw-pki-password/issues
Project-URL: Repository, https://github.com/fitzz-ftw/ftw-pki-password.git
Project-URL: Changelog, https://github.com/fitzz-ftw/ftw-pki-password/blob/main/CHANGELOG.md
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Text Processing :: Filters
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: 3.15
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: ftw-pki-libs
Requires-Dist: ftw-securify
Provides-Extra: doc
Requires-Dist: sphinx<9.0.0; extra == "doc"
Requires-Dist: myst-parser; extra == "doc"
Requires-Dist: sphinx-argparse; extra == "doc"
Requires-Dist: autoclasstoc; extra == "doc"
Requires-Dist: sphinx-nefertiti; extra == "doc"
Requires-Dist: sphinx-copybutton; extra == "doc"
Requires-Dist: sphinx-design; extra == "doc"
Requires-Dist: sphinx-mdinclude; extra == "doc"
Requires-Dist: sphinxcontrib-mermaid; extra == "doc"
Provides-Extra: dev
Requires-Dist: ftw-pki-password[doc,lint,test]; extra == "dev"
Requires-Dist: esbonio==0.16.5; extra == "dev"
Provides-Extra: lint
Requires-Dist: ruff; extra == "lint"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-mock; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: ftw-devtools; extra == "test"

# ftw-pki-password

**Part of the ftw-pki framework.** This package provides secure password handling and encryption routines within the `ftw.pki` namespace. It utilizes the `ftw-securify` layer for protected TTY interactions.

## Status

This package is currently under active development. An official release on PyPI is planned once all core components of the framework are completed.

## Features

- **Secure Input:** Uses `ftw-securify` to ensure passphrases are never leaked through unsafe pipes or environments.
- **Namespace Integration:** Fully integrated into the `ftw.pki` namespace (`ftw.pki.password`).
- **Automated Documentation:** Class hierarchies are automatically visualized via Sphinx and Mermaid.
- **Simple English:** All comments and docstrings are maintained in simple English for better maintainability and clarity.

---

## License

Copyright © 2026. All rights reserved.
