Skip to content
View csknk's full-sized avatar

Block or report csknk

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. parse-chainstate parse-chainstate Public

    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. decrypt-ethereum-private-key decrypt-ethereum-private-key Public

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

    Rust 7 8

  3. linux-randomness-cpp linux-randomness-cpp Public

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

    C++ 1

  4. share-secrets share-secrets Public

    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. radix-64-encoding radix-64-encoding Public

    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-static http-server-static Public

    HTTP server in C for serving static files.

    C