Ryan Heywood ryan
  • Joined on 2023-05-17
ryan pushed to main at public/_cargo-index 2025-02-05 02:50:41 +00:00
4a84ba8b9e Update keyfork-derive-openpgp
ryan pushed to main at public/_cargo-index 2025-02-05 02:50:12 +00:00
1ecbc81149 Update keyforkd
ryan pushed to main at public/_cargo-index 2025-02-05 02:49:51 +00:00
f1d6d46f2a Update keyfork-prompt
ryan pushed to main at public/keyfork 2025-02-05 02:47:32 +00:00
e1c3e38fc7 Release keyfork v0.2.6
4e342ac7a9 keyfork: add `--daemon`
Compare 2 commits »
ryan opened issue public/icepick#31 2025-02-04 02:22:12 +00:00
Icepick Workflow: allow replace --run-quorum's --keyring with --shardfile to use shardfile certs for verifying
ryan closed issue public/keyfork#58 2025-02-03 18:01:31 +00:00
Daemonize keyforkd process when running keyfork recover --daemon
ryan commented on issue public/keyfork#65 2025-01-31 16:25:15 +00:00
See if we can remove idna from sequoia-openpgp

lot of dependencies

ryan opened issue public/keyfork#65 2025-01-31 16:25:08 +00:00
See if we can remove idna from sequoia-openpgp
ryan pushed to main at public/docs 2025-01-31 12:53:33 +00:00
bb7fcd3861 openpgp-setup: fix missind end quote
ryan pushed to main at public/icepick 2025-01-30 19:52:01 +00:00
b91a55b93d embed miniquorum signer into icepick
ryan pushed to main at public/icepick 2025-01-30 17:36:50 +00:00
e49d6be339 icepick workflow cosmos withdraw-rewards
b5034586cc miniquorum: initial commit
Compare 2 commits »
ryan pushed to main at public/keyfork 2025-01-30 17:12:23 +00:00
35e0eb57a0 keyfork-prompt: use raw mode for input
ryan commented on pull request public/docs#48 2025-01-30 12:12:22 +00:00
add doc for exporting namespace mnemonic

Keyfork can't export the entropy it was started with. You'll want to instead do:

ryan commented on pull request public/docs#47 2025-01-29 14:01:56 +00:00
add doc for decrypting namespace secret

keyfork derive openpgp > secret_key.asc

ryan commented on pull request public/docs#47 2025-01-29 14:01:56 +00:00
add doc for decrypting namespace secret

sq decrypt --recipient-file secret_key < encrypted.asc --output decrypted

ryan commented on pull request public/docs#46 2025-01-29 12:52:22 +00:00
add doc for encrypting wallet to namespace

sq encrypt --for-file cert.asc <secret_file> --output encrypted.asc. no need to import in gpg.

ryan commented on pull request public/docs#45 2025-01-29 12:46:52 +00:00
add instructions for generating encryption keys

I think in this case it would be reasonable for us to extend the generate-shard-secret wizard, since generating keys is out of scope for keyfork mnemonic generate, and is only used for…

ryan commented on pull request public/docs#45 2025-01-29 12:33:25 +00:00
add instructions for generating encryption keys

they would need to do the old flow of recover the mnemonic, derive the key, and extract the certificate. mnemonic generate is for the sole purpose of generating a mnemonic and creating backups of that mnemonic, not for generating storage encryption keys of the mnemonic. the fact --encrypt-to-self does so is a requirement of GnuPG and is considered a hack.

ryan pushed to main at public/docs 2025-01-29 01:01:35 +00:00
bd3cc8c118 qvs: update docs prior to meeting
ryan pushed to main at public/docs 2025-01-29 00:16:23 +00:00
695421bdbe qvs: fix TODOs, fix invalid commands or TODO commands