Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: grau on February 26, 2013, 06:21:48 PM



Title: BIP38 code in Java available
Post by: grau on February 26, 2013, 06:21:48 PM
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


Title: Re: BIP38 code in Java available
Post by: Valle on November 27, 2013, 04:50:21 AM
https://github.com/bitsofproof/supernode/blob/master/api/src/main/java/com/bitsofproof/supernode/wallet/KeyFormatter.java


Title: Re: BIP38 code in Java available
Post by: grau on November 27, 2013, 11:57:52 AM
Thanks for updating the link, yes it moved.