simmons / telehash-seed-decoder

A simple Javascript app for decoding seeds.json files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Telehash seeds.json decoder tool

This is a simple Javascript web app for decoding a pasted Telehash seeds.json structure or a Base64-encoded RSA public key. For public keys, the ASN.1 structure and calculated fingerprint are revealed, and for a full seeds.json the hashname calculation steps are provided.

External libraries included herein

  1. Bootstrap (MIT license)
  2. ASN.1 Javascript decoder home github (ISC license - MIT-like)
  3. jQuery (MIT license)
  4. jssha256 by B. Poettering (GPL)

About

A simple Javascript app for decoding seeds.json files.


Languages

Language:JavaScript 98.4%Language:CSS 0.8%Language:Shell 0.8%