Author

Topic: BIP38 code in Java available (Read 1068 times)

hero member
Activity: 836
Merit: 1021
bits of proof
November 27, 2013, 07:57:52 AM
#3
Thanks for updating the link, yes it moved.
hero member
Activity: 836
Merit: 1021
bits of proof
February 26, 2013, 02:21:48 PM
#1
You might be interested in a Java implementation of BIP38, the passphrase protected private key format.
Credits to casascius for this very useful proposal.

Besides that this format is specially suited for physical Bitcoin storage, it is the primary key storage format in
bitsofproof implementation of the Bitcoin protocol. It enables the store of private keys in a database table individually
protected by potentially different passphrases.

https://github.com/bitsofproof/supernode/blob/master/api/src/main/java/com/bitsofproof/supernode/api/KeyFormatter.java
Jump to: