Metadata-Version: 2.4
Name: trisec
Version: 0.1.0a2
Summary: Portable three-stage security protocol framework for Python
Author: IBrop
License-Expression: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Provides-Extra: network
Requires-Dist: aiohttp>=3.9; extra == "network"
Provides-Extra: dev
Requires-Dist: pytest>=8; extra == "dev"
Requires-Dist: build>=1.2; extra == "dev"
Requires-Dist: twine>=5; extra == "dev"
Requires-Dist: aiohttp>=3.9; extra == "dev"

# TriSec 0.1.0a2

Portable TriSec alpha. The core has no mandatory third-party dependencies.
The default proof mechanism uses HMAC-SHA256 from Python's standard library,
so the package can be installed on environments such as Pydroid/Android.

> Alpha warning: HMAC uses a shared secret. A verifier that knows the secret
> can also create valid proofs. This is not equivalent to asymmetric signatures.
