256 skills found · Page 1 of 9
shea256 / Secret SharingA system for securely splitting secrets with Shamir's Secret Sharing Scheme
dsprenkels / SssLibrary for the Shamir secret sharing scheme
paritytech / Banana SplitShamir's Secret Sharing for people with friends
SpinResearch / RustySecrets🔑 Threshold Shamir's secret sharing in Rust
iancoleman / ShamirShamir Secret Sharing Scheme in single page which can be used offline.
privy-io / Shamir Secret SharingSimple, independently audited, zero-dependency TypeScript implementation of Shamir's Secret Sharing algorithm
iancoleman / Shamir39Split BIP39 mnemonics using Shamir's Secret Sharing Scheme
codahale / ShamirA Java implementation of Shamir's Secret Sharing algorithm over GF(256).
Dentrax / CocertSplit and distribute your private keys securely amongst untrusted network
trezor / Python Shamir MnemonicNo description available
simonfrey / S4Simple Shamir's Secret Sharing (s4) - A go package giving a easy to use interface for the shamir's secret sharing algorithm
freedomofpress / SunderSunder is a user-friendly graphical interface for Shamir's Secret Sharing.
SSSaaS / Sssa GolangShamir's Secret Sharing Algorithm - helper cryptography module for Golang
konidev20 / PyshamirShamir key Split and Combine methods.
oed / SeedsplitUse shamirs secret sharing scheme to split a seed mnemonic for crypto wallets to multiple mnemonics.
CrownYou / Information Security Toolbox这是我在大学期间开发的一款课程项目,这款程序中包括了隐写术、RSA、ECC非对称加解密、数字签名、AES对称加解密、DH密钥交换算法、Shamir秘密共享算法、CKKS同态加密以及哈希计算等多种功能。这个软件使用方便、上手简单、使用逻辑清晰,旨在为用户提供一系列方便、安全和可靠的数据保护解决方案。
jwerle / Shamirs Secret SharingA simple implementation of Shamir's Secret Sharing configured to use a finite field in GF(2^8) with 128 bit padding
codahale / SssA pure Go implementation of Shamir's Secret Sharing algorithm over GF(256)
MrJoy / SsssFork of B. Poettering's SSSS (Shamir's Secret Sharing Scheme)
arkworks-rs / SpongefishFiat-Shamir for the masses.