Here are
108 public repositories
matching this topic...
Simplified secrets management solution
ABY - A Framework for Efficient Mixed-protocol Secure Two-party Computation
Hierarchical Threshold Signature Scheme
MPyC for Secure Multiparty Computation in Python
Updated
Jan 23, 2021
Python
A pure-Rust implementation of various threshold secret sharing schemes
Updated
Oct 28, 2018
Rust
🔒 Create QR codes to secret-share a message. Ideal for cryptocurrency wallet recovery keys and passwords.
Updated
May 11, 2019
Python
Paper backup generator suitable for long-term storage.
Set OS-level shell environment variables with EnvKey. Allows EnvKey to be used with any language. Pairs well with Docker.
Secure distributed aggregation of high-dimensional vectors
Updated
Mar 31, 2017
Rust
A Platform for Robust Threshold Cryptography based on Asynchronous Publicly Verifiable Secret Sharing with Tunable Security
Updated
Oct 13, 2020
Java
Secret sharing library in Java for the Archistar multi-cloud storage system
Updated
Mar 21, 2018
Java
🔑 the power of privnote.com in your terminal
Updated
Nov 12, 2019
JavaScript
Online client-side manager for secure storage and secrets sharing.
Updated
Mar 4, 2021
JavaScript
Implementation of Shamir's Secret Sharing algorithm.
A framework for developing app using a secret sharing scheme and multiple untrusted servers.
Updated
Jan 18, 2018
Objective-C
Simple Secret Sharing Service for social and decentralised management of passwords
Updated
May 16, 2017
Clojure
Cloud native config management.
Core EnvKey fetch/decryption/verification logic. Give it an ENVKEY, get back decrypted config as json. Compiles static cross platform binaries that can be easily built upon.
secret sharing service with auto-expiry as default, doesn't need accounts
Updated
Jan 11, 2021
Ruby
Encrypt and decrypt YAML documents
Updated
Mar 4, 2021
JavaScript
Decentralized system for developers to store, share and use secrets.
Updated
Feb 25, 2021
JavaScript
Elixir implementation of Shamir's Secret Sharing
Updated
Oct 28, 2019
Elixir
Command line CA, including bootable Root CA medium and Secret Sharing
Updated
Jan 26, 2021
Shell
Updated
Nov 20, 2020
Python
An implementation of Publicly Verifiably Secret Sharing (PVSS) in Swift.
Updated
Nov 8, 2017
Swift
Securely fetch and set env secrets needed for a project using Bitwarden or 1password CLI
Improve this page
Add a description, image, and links to the
secret-sharing
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
secret-sharing
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Hi,
some parts of the library rely on intrinsic functions specific for x86 platforms.
This means that it is not possible to compile the lib for other platforms, and in particular for ARM.
Is there any plan to include that possibility in the future? or any effort in that direction anyone is aware of?