This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
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; |