Difference between revisions of "User:Nullius"

From Bitcoin Wiki
Jump to: navigation, search
(Add note about zero knowledge.)
(Add Github link to nullianity.)
 
Line 6: Line 6:
 
* [https://bitcointalk.org/index.php?action=profile;u=976210 Bitcoin Forum uid 976210]
 
* [https://bitcointalk.org/index.php?action=profile;u=976210 Bitcoin Forum uid 976210]
 
* Zcash since Sprout.  Desiring zero-knowledge privacy since 2013.
 
* Zcash since Sprout.  Desiring zero-knowledge privacy since 2013.
* Github: [https://github.com/nym-zone nym-zone]
+
* Github: [https://github.com/nym-zone nym-zone], [http://github.com/nullianity nullianity].
 
** The '''[https://github.com/nym-zone/bech32 bech32(1)]''' utility for encoding/decoding of [https://github.com/bitcoin/bips/blob/master/bip-0173.mediawiki BIP 173] Bech32 strings and [https://bitcointalk.org/index.php?topic=2646007.0 “Bravo Charlie” Addresses].  ([https://raw.githubusercontent.com/nym-zone/bech32/master/bech32.1.txt manpage], [https://bitcointalk.org/index.php?topic=2664728.0 forum thread])  Encode/decode hexadecimal strings with custom HRP, or “bc1” Bitcoin addresses.  Special support for [https://tools.ietf.org/html/rfc7686 RFC 7686] .onion special-use domain names.
 
** The '''[https://github.com/nym-zone/bech32 bech32(1)]''' utility for encoding/decoding of [https://github.com/bitcoin/bips/blob/master/bip-0173.mediawiki BIP 173] Bech32 strings and [https://bitcointalk.org/index.php?topic=2646007.0 “Bravo Charlie” Addresses].  ([https://raw.githubusercontent.com/nym-zone/bech32/master/bech32.1.txt manpage], [https://bitcointalk.org/index.php?topic=2664728.0 forum thread])  Encode/decode hexadecimal strings with custom HRP, or “bc1” Bitcoin addresses.  Special support for [https://tools.ietf.org/html/rfc7686 RFC 7686] .onion special-use domain names.
 
** The '''[https://github.com/nym-zone/easyseed easyseed(1)]''' secure [https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki BIP 39] mnemonic seed phrase generator.  ([https://raw.githubusercontent.com/nym-zone/easyseed/master/easyseed.1.txt manpage], [https://bitcointalk.org/index.php?topic=2664861.0 forum thread])  My original motivation for writing this was that I needed a lightweight, reliable BIP 39 seed phrase generator with ''easily auditable'' sources and ''minimal dependencies'' for use on a stripped-down airgap machine.  Unlike popular Javascript utilities, '''easyseed(1)''' reads bits straight off [https://sockpuppet.org/blog/2014/02/25/safely-generate-random-numbers/ /dev/urandom], or from user-provided keymat.  Because gathering and processing of entropy is properly the kernel’s job.
 
** The '''[https://github.com/nym-zone/easyseed easyseed(1)]''' secure [https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki BIP 39] mnemonic seed phrase generator.  ([https://raw.githubusercontent.com/nym-zone/easyseed/master/easyseed.1.txt manpage], [https://bitcointalk.org/index.php?topic=2664861.0 forum thread])  My original motivation for writing this was that I needed a lightweight, reliable BIP 39 seed phrase generator with ''easily auditable'' sources and ''minimal dependencies'' for use on a stripped-down airgap machine.  Unlike popular Javascript utilities, '''easyseed(1)''' reads bits straight off [https://sockpuppet.org/blog/2014/02/25/safely-generate-random-numbers/ /dev/urandom], or from user-provided keymat.  Because gathering and processing of entropy is properly the kernel’s job.

Latest revision as of 04:18, 31 July 2022

‘If you’re not doing anything wrong, you have nothing to hide.’ No! Because I do nothing wrong, I have nothing to show.” — nullius

There is only one Bitcoin.