Pakket: python3-klutshnik (0.2.1-1.1)
Verwijzigingen voor python3-klutshnik
Debian bronnen:
Het bronpakket klutshnik downloaden:
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
Python bindings for klutshnik: store encrypted OPAQUE-protected information
Klutshnik implements a proof-of-concept VTUOKMS: a Verifiable Threshold Updatable Oblivious Key Management for Storage Systems, as described in https://eprint.iacr.org/2019/1275 by Jarecki, Krawczyk and Resch. A VTUOKMS is a system that builds on Oblivious Pseudorandom Functions (OPRF), hides keys and object identifiers from the KMS, offers unconditional security for key transport, provides key verifiability and reduces storage. It offers updatable encryption capabilities that support key updates, key rotation, forward and post-compromise security, public key encryption and verifiability.
python3-klutshnik delivers bindings for Python 3.
Andere aan python3-klutshnik gerelateerde pakketten
|
|
|
|
-
- dep: libklutshnik0
- store encrypted OPAQUE-protected information - C library
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-pyoprf (>= 0.8.0)
- python bindings for liboprf: Oblivious Pseudo-Random Functions
-
- dep: python3-pysodium
- Python libsodium wrapper (Python3 version)
-
- dep: python3-securestring
- Clearing the contents of strings containing cryptographic material
-
- dep: python3-tomlkit
- style-preserving TOML library for Python