CEO/Co-founder Vault12 | a16z ex investment partner | Built/run/sold Hive7 | Essays at skibinsky.com
-
Vault12
- Mountain View
- @_lordmax_
Highlights
- Pro
Pinned Loading
-
-
vault12/TrueEntropy
vault12/TrueEntropy PublicHigh volume thermal entropy generator for iOS
-
BIP39 checksum word via console: whe...
BIP39 checksum word via console: when generating BIP39 seed by hand, you will need this script to fix last 4 bits (12th word) with a correct checksum. Minified version with no comments and no error checks. Full version: https://gist.github.com/lord-max/74190d1a211720671e68d4789227b43f 1function checksum_12_words_min(data) {
2let binstr = (s,l =8) => s.toString(2).padStart(l,'0') // convert to binary `0011...` string
3let tohex = (bytes) => bytes.map( x => x.toString(16).padStart(2,0) ).join('')
4let bytes = data.map( x => binstr(x - 1, 11)).join('').match(/.{1,8}/g).map( x => parseInt(x, 2))
5bytes.pop(); console.log("Entropy is :",tohex(bytes))
-
vault12/zax-dashboard
vault12/zax-dashboard PublicSample dashboard app for Zax Cryptographic Relay
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.