[ 源代码: python-shamir-mnemonic ]
软件包:python3-shamir-mnemonic(0.3.0-3)
python3-shamir-mnemonic 的相关链接
Debian 的资源:
下载源码包 python-shamir-mnemonic:
- [python-shamir-mnemonic_0.3.0-3.dsc]
- [python-shamir-mnemonic_0.3.0.orig.tar.gz]
- [python-shamir-mnemonic_0.3.0-3.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Shamir’s Secret-Sharing for Mnemonic Codes, an implementation of SLIP-0039
This SLIP describes a standard and interoperable implementation of Shamir's secret sharing (SSS). SSS splits a secret into unique parts which can be distributed among participants, and requires a specified minimum number of parts to be supplied in order to reconstruct the original secret. Knowledge of fewer than the required number of parts does not leak information about the secret.
This package contains the Python 3 version.