Skip to content
View csknk's full-sized avatar
Block or Report

Block or report csknk

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned

  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 6 7

  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 3 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 5 3

  6. http-server-static http-server-static Public

    HTTP server in C for serving static files.

    C