Bitcoin Forum
June 22, 2024, 09:47:47 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: BIP38 code in Java available  (Read 1068 times)
grau (OP)
Hero Member
*****
Offline Offline

Activity: 836
Merit: 1021


bits of proof


View Profile WWW
February 26, 2013, 06: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
Valle
Full Member
***
Offline Offline

Activity: 177
Merit: 101


View Profile
November 27, 2013, 04:50:21 AM
 #2

https://github.com/bitsofproof/supernode/blob/master/api/src/main/java/com/bitsofproof/supernode/wallet/KeyFormatter.java
grau (OP)
Hero Member
*****
Offline Offline

Activity: 836
Merit: 1021


bits of proof


View Profile WWW
November 27, 2013, 11:57:52 AM
 #3

Thanks for updating the link, yes it moved.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!