From e84e1e132052d685f57e7fc8fa4c74ca5c1be970 Mon Sep 17 00:00:00 2001 From: Max Comperatore <131000419+pyoneerC@users.noreply.github.com> Date: Wed, 28 Jan 2026 17:33:58 +0000 Subject: [PATCH] Add deadhand to Cryptography section for digital inheritance management --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0337b4128..fe492a259 100644 --- a/README.md +++ b/README.md @@ -316,6 +316,7 @@ _Libraries for storing and parsing configuration options._ ## Cryptography - [cryptography](https://github.com/pyca/cryptography) - A package designed to expose cryptographic primitives and recipes to Python developers. +- [deadhand](https://github.com/pyoneerc/deadhand) - A dead man's switch for crypto using Shamir Secret Sharing to protect seed phrases and digital inheritance. - [paramiko](https://github.com/paramiko/paramiko) - The leading native Python SSHv2 protocol library. - [pynacl](https://github.com/pyca/pynacl) - Python binding to the Networking and Cryptography (NaCl) library.