Pinned Loading
-
Network-Monitor
Network-Monitor PublicPython script and Nodejs web application that use ARP to detect and display what devices are connected to the network
-
How to decrypt Tapsigner backup
How to decrypt Tapsigner backup 1[Tapsigner](https://store.coinkite.com/store/tapsigner) is an inexpensive Bitcoin signing device that holds your private keys on an NFC card. As of writing this, [nunchuck](https://nunchuk.io/) is the only mobile wallet to support it.
23Backups of the private key are done so in a AES-128-CTR encryption using a key printed on the back of the card.
45To decrypt this key and obtain its xprv value with openssl in cli run the following:
-
-
Muilti-Client-Chatroom
Muilti-Client-Chatroom PublicSimple chatroom application written in python.
-
qr_encrypt.sh
qr_encrypt.sh 1#!/bin/bash
23# create an encrypted QR code
45echo -n "$@" | base64 | gpg -c --armor -o - | qrencode -o encrypted_qr.png
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.