{"id":15717700,"url":"https://github.com/jonathancross/jc-docs","last_synced_at":"2025-06-20T10:10:09.305Z","repository":{"id":7702875,"uuid":"52441411","full_name":"jonathancross/jc-docs","owner":"jonathancross","description":"📝 Tools \u0026 Documentation from Jonathan Cross","archived":false,"fork":false,"pushed_at":"2022-05-08T19:49:12.000Z","size":334,"stargazers_count":45,"open_issues_count":0,"forks_count":13,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-05-26T23:41:01.620Z","etag":null,"topics":["bitcoin","bitcoin-mobile-privacy","git","gpg","mac-osx","pgp","security","tor","yubikey-neo"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jonathancross.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-02-24T12:43:01.000Z","updated_at":"2025-01-25T20:08:21.000Z","dependencies_parsed_at":"2022-08-08T16:30:17.364Z","dependency_job_id":null,"html_url":"https://github.com/jonathancross/jc-docs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jonathancross/jc-docs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathancross%2Fjc-docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathancross%2Fjc-docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathancross%2Fjc-docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathancross%2Fjc-docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonathancross","download_url":"https://codeload.github.com/jonathancross/jc-docs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathancross%2Fjc-docs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260924535,"owners_count":23083524,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bitcoin","bitcoin-mobile-privacy","git","gpg","mac-osx","pgp","security","tor","yubikey-neo"],"created_at":"2024-10-03T21:51:03.705Z","updated_at":"2025-06-20T10:10:04.287Z","avatar_url":"https://github.com/jonathancross.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Documentation, demos and examples from [Jonathan Cross](https://jonathancross.com).\n\n* [Diceware Entropy Improvement](Diceware-Entropy-Improvement.md) - Add entropy to offline passphrase generation -- don't trust your dice!\n* [Homebrew and OpenPGP signatures](Homebrew_GPG.md) - Information about how the MacOs `brew` command verifies packages.\n* [Using an ssh tunnel to connect to a full node](ssh_tunnel_to_full_node.md) - Connect to a remote Monero or Bitcoin node through a secure tunnel.\n* [Bitcoin mobile privacy](Bitcoin_mobile_privacy.md) - Improve your mobile client privacy \u0026 security via Tor and a Bitcoin full node.\n* [Java strong crypto test](java-strong-crypto-test) - Test if you have strong crypto support for Java enabled.\n* [Git Cheat Sheet](Git-CheatSheet.md) - Notes on how to configure and use Git / GitHub.\n* [Mac OSX Notes](Mac%20OSX%20Notes.md) - General notes on useful configuration options for Mac OSX.\n* [Software Hashes](Software_Hashes.md) - A collection of SHA-256 software hashes.\n\n### Misc Scripts\n\n* [BIP39_Seed_Phrase_Checksum.py](BIP39_Seed_Phrase_Checksum.py) - Calculate the final word (checksum) of a 24 word BIP39 seed phrase.  Useful in combination with [diceware](https://github.com/taelfrinn/Bip39-diceware).\n* [upgrade-monero.sh](upgrade-monero.sh) - Script used to upgrade installed version of the [Monero](https://getmonero.org) daemon.\n* [apple-mail.pl](apple-mail.pl) - Send email from command line via Mail.app.\n\n### OpenPGP\n\n* [Secure PGP keys and Yubikey NEO](pgp/Secure%20PGP%20keys%20and%20Yubikey%20NEO.md) - Notes on GPG and YubiKey NEO setup.\n* [gpg.conf](pgp/gpg.conf) - Example \"hardened\" configuration file for GnuPG with secure defaults.\n* [gnupg.md](pgp/gnupg.md) - Everything you ever wanted to know about gpg.  Source for https://gpg.wtf\n* [gpg-keys-signed-by.pl](pgp/gpg-keys-signed-by.pl) - Search for PGP keys in your local keychain signed by a given key.\n* [send-pgp-keys.sh](pgp/send-pgp-keys.sh) - Upload your GPG public key to multiple services after a change.  Supports [keybase](https://keybase.io), public keyservers and / or your own web server.\n* [search-pgp-wot](pgp/search-pgp-wot) - Check all signatures on a given PGP key looking for any in the Web Of Trust.\n* [email-key-uids.sh](pgp/email-key-uids.sh) - Split a signed OpenPGP key into component UIDs and email them to the owner via Apple's Mail.app.\n* [OpenBSD release key PGP signature](pgp/OpenBSD_release_key_PGP_signature.md) - How to verify the OpenBSD 6.4 release signing key using OpenPGP web of trust.\n* [OpenBSD verification](pgp/OpenBSD_verification.md) - Verify OpenBSD install files from Linux or Mac.\n\n### License\n\nWTFPL - See [LICENSE](https://github.com/jonathancross/jc-docs/blob/master/LICENSE) for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathancross%2Fjc-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonathancross%2Fjc-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathancross%2Fjc-docs/lists"}