パッケージ: python3-klutshnik (0.2.1-1.1)
python3-klutshnik に関するリンク
Debian の資源:
klutshnik ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
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.
その他の python3-klutshnik 関連パッケージ
|
|
|
|
-
- dep: libklutshnik0
- store encrypted OPAQUE-protected information - C library
-
- dep: python3
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)
-
- 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