Skip to content

Instantly share code, notes, and snippets.

View travelmassive's full-sized avatar

Travel Massive travelmassive

View GitHub Profile
@travelmassive
travelmassive / decrypt-blockchain-wallet-legacy-example.java
Last active December 17, 2017 11:55
decrypt-blockchain-wallet-legacy-example.java
/*
Example code to decrypt old blockchain.info wallet
Built from methods in Android-Wallet-2-App
*/
import java.io.UnsupportedEncodingException;
import java.security.SecureRandom;
import javax.annotation.Nullable;
//import android.support.annotation.Nullable;
//import org.apache.commons.codec.binary.Base64;