csknk - Overview

Pinned Loading

  1. C++ Project that Parses UTXO data from the Bitcoin chainstate Database. Dumps the entire UTXO set to stdout or executes lookup of UTXO based on outpoint.

    C++ 2 2

  2. Rust project to decrypt ethereum private key from a Web3 keyfile.

    Rust 7 9

  3. Library providing a C++ API to the LInux native pseudo random number generator. Allows easy auditing of the source of randomness.

    C++ 1

  4. A Python 3 wrapper for the debian ssss package implementation of Shamir's Secret Sharing Scheme. Designed for use in an offline Tails session.

    Python 4 1

  5. Simple Radix 64 Encoding in C: Represent binary data (bytes) as ASCII characters. Allows cryptographic keys, random numbers etc to be represented in printable format, like GPG --armor.

    C 7 3

  6. HTTP server in C for serving static files.

    C