| Port details |
- py-shamir-mnemonic Implementation of SLIP-0039 Shamir mnemonic secret sharing
- 0.3.0 security
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: ehaupt@FreeBSD.org
 - Port Added: 2026-02-16 13:18:04
- Last Update: 2026-02-16 13:14:55
- Commit Hash: 767b261
- Also Listed In: python
- License: MIT
- WWW:
- https://pypi.org/project/shamir-mnemonic/
- https://github.com/trezor/python-shamir-mnemonic
- Description:
- shamir-mnemonic is a Python implementation of SLIP-0039, a standard for
splitting secrets into multiple mnemonic word shares using Shamir's
Secret Sharing scheme.
It is designed primarily for use with cryptocurrency wallets and
hardware devices, enabling secure backup and recovery of sensitive
secrets through human-readable word lists.
The library provides tools for generating mnemonic shares, combining
shares to recover secrets, and validating share sets, while remaining
compatible with SLIP-0039 implementations used by Trezor and related
ecosystems.
 ¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}shamir-mnemonic>0:security/py-shamir-mnemonic@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/security/py-shamir-mnemonic/ && make install clean
- To add the package, run one of these commands:
- pkg install security/py-shamir-mnemonic
- pkg install py311-shamir-mnemonic
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-shamir-mnemonic listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-shamir-mnemonic
- Package flavors (<flavor>: <package>)
- py311: py311-shamir-mnemonic
- distinfo:
- TIMESTAMP = 1770843433
SHA256 (shamir_mnemonic-0.3.0.tar.gz) = bc04886a1ddfe2a64d8a3ec51abf0f664d98d5b557cc7e78a8ad2d10a1d87438
SIZE (shamir_mnemonic-0.3.0.tar.gz) = 21757
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-poetry-core>=1.0 : devel/py-poetry-core@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-click>=8,<9 : devel/py-click@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- security/py-trezor
Configuration Options:
- No options to configure
- Options name:
- security_py-shamir-mnemonic
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
0.3.0 16 Feb 2026 13:14:55
    |
Emanuel Haupt (ehaupt)  |
security/py-shamir-mnemonic: Add new port
shamir-mnemonic is a Python implementation of SLIP-0039, a standard for
splitting secrets into multiple mnemonic word shares using Shamir's
Secret Sharing scheme.
It is designed primarily for use with cryptocurrency wallets and
hardware devices, enabling secure backup and recovery of sensitive
secrets through human-readable word lists.
The library provides tools for generating mnemonic shares, combining
shares to recover secrets, and validating share sets, while remaining
compatible with SLIP-0039 implementations used by Trezor and related
ecosystems. |
Number of commits found: 1
|