Metadata-Version: 2.4
Name: passuth
Version: 0.1.0
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Security
Classifier: Topic :: Security :: Cryptography
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-pretty ; extra == 'test'
Requires-Dist: pytest-xdist ; extra == 'test'
Requires-Dist: hypothesis ; extra == 'test'
Requires-Dist: argon2-cffi ; python_full_version < '3.13' and extra == 'test'
Provides-Extra: test
License-File: LICENSE
Summary: A python package wrapping 'password-auth' for password hashing and verification.
Keywords: password,argon2
Author-email: Dowon <ks2515@naver.com>
License: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: source, https://github.com/Bing-su/passuth

# passuth

This project is a practice implementation and is not intended for production use. For real-world applications, it is strongly recommended to use well-maintained libraries such as [argon2-cffi](https://github.com/hynek/argon2-cffi) or similar projects.

This repository exists for educational and experimental purposes only.

