python3-bip32utils

Python implementation of Bitcoin hierarchical deterministic wallet

The bip32utils library is a pure Python implementation of Bitcoin hierarchical deterministic wallet ("HD Wallet") ECDSA key generation as specified in BIP0032 (Bitcoin Improvement Proposal #0032).

grr-client-templates

incident response framework - pre-built client templates

GRR Rapid Response is an incident response framework focused on remote live forensics. It consists of an agent (client) that is installed on target systems, and server infrastructure that can manage and talk to the agent.

libgrpc++1

high performance general RPC framework

A modern, open source remote procedure call (RPC) framework that can run anywhere. It enables client and server applications to communicate transparently, and makes it easier to build connected systems.

node-tweetnacl

Port of TweetNaCl cryptographic library to JavaScript

The primary goal of this project is to produce a translation of TweetNaCl to JavaScript which is as close as possible to the original C implementation, plus a thin layer of idiomatic high-level API on top of it.

hddemux

HTTP/1.x and DNS demultiplexer

hddemux listens on a stream and routes incoming clients to either an HTTP/1.x backend or a DNS stream-based backend depending on the first request to appear on the stream.

sniproxy

Transparent TLS and HTTP layer 4 proxy with SNI support

Proxies incoming HTTP and TLS connections based on the hostname contained in the initial request of the TCP session. This enables HTTPS name-based virtual hosting to separate backend servers without installing the private key on the proxy machine.