[ buster ]
[ ソース: python-signedjson ]
パッケージ: python-signedjson (1.0.0 git20151019-2)
python-signedjson に関するリンク
Debian の資源:
python-signedjson ソースパッケージをダウンロード:
- [python-signedjson_1.0.0 git20151019-2.dsc]
- [python-signedjson_1.0.0 git20151019.orig.tar.gz]
- [python-signedjson_1.0.0 git20151019-2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
sign JSON with Ed25519 signatures in Python
A module to sign JSON objects with ED25519 signatures.
* More than one entity can sign the same object. * Each entity can sign the object with more than one key making it easier to
rotate keys* ED25519 can be replaced with a different algorithm. * Unprotected data can be added to the object under the "unsigned" key.
This package is for Python 2.
その他の python-signedjson 関連パッケージ
|
|
|
|
-
- dep: python
- 対話式の高レベルオブジェクト指向言語 (Python2 バージョン)
-
- dep: python-canonicaljson
- canonical JSON implementation for Python 2
-
- dep: python-nacl
- Python bindings to libsodium (Python 2)
-
- dep: python-unpaddedbase64
- unpadded Base64 implementation in Python