Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jonathancross/jc-docs

📝 Tools & Documentation from Jonathan Cross
https://github.com/jonathancross/jc-docs

bitcoin bitcoin-mobile-privacy git gpg mac-osx pgp security tor yubikey-neo

Last synced: 5 days ago
JSON representation

📝 Tools & Documentation from Jonathan Cross

Awesome Lists containing this project

README

        

# Documentation, demos and examples from [Jonathan Cross](https://jonathancross.com).

* [Diceware Entropy Improvement](Diceware-Entropy-Improvement.md) - Add entropy to offline passphrase generation -- don't trust your dice!
* [Homebrew and OpenPGP signatures](Homebrew_GPG.md) - Information about how the MacOs `brew` command verifies packages.
* [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.
* [Bitcoin mobile privacy](Bitcoin_mobile_privacy.md) - Improve your mobile client privacy & security via Tor and a Bitcoin full node.
* [Java strong crypto test](java-strong-crypto-test) - Test if you have strong crypto support for Java enabled.
* [Git Cheat Sheet](Git-CheatSheet.md) - Notes on how to configure and use Git / GitHub.
* [Mac OSX Notes](Mac%20OSX%20Notes.md) - General notes on useful configuration options for Mac OSX.
* [Software Hashes](Software_Hashes.md) - A collection of SHA-256 software hashes.

### Misc Scripts

* [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).
* [upgrade-monero.sh](upgrade-monero.sh) - Script used to upgrade installed version of the [Monero](https://getmonero.org) daemon.
* [apple-mail.pl](apple-mail.pl) - Send email from command line via Mail.app.

### OpenPGP

* [Secure PGP keys and Yubikey NEO](pgp/Secure%20PGP%20keys%20and%20Yubikey%20NEO.md) - Notes on GPG and YubiKey NEO setup.
* [gpg.conf](pgp/gpg.conf) - Example "hardened" configuration file for GnuPG with secure defaults.
* [gnupg.md](pgp/gnupg.md) - Everything you ever wanted to know about gpg. Source for https://gpg.wtf
* [gpg-keys-signed-by.pl](pgp/gpg-keys-signed-by.pl) - Search for PGP keys in your local keychain signed by a given key.
* [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.
* [search-pgp-wot](pgp/search-pgp-wot) - Check all signatures on a given PGP key looking for any in the Web Of Trust.
* [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.
* [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.
* [OpenBSD verification](pgp/OpenBSD_verification.md) - Verify OpenBSD install files from Linux or Mac.

### License

WTFPL - See [LICENSE](https://github.com/jonathancross/jc-docs/blob/master/LICENSE) for more info.