Bitcoin Forum
May 14, 2024, 09:44:52 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: NBitcoin : BIP 38 implementation with full test suite (encrypted key + 2 Factor)  (Read 671 times)
Nicolas Dorier (OP)
Hero Member
*****
Offline Offline

Activity: 714
Merit: 621


View Profile
May 16, 2014, 02:39:43 PM
Last edit: May 19, 2014, 09:38:12 AM by Nicolas Dorier
 #1

For .NET developers, I added a BIP38 implementation with full test suite in my library.
Simply explained, BIP38 allows a third party (called printed) to generate encrypted keys for a customer (called owner).
The printer never know the private key nor the password to decrypt the key, but can generate it.

The full spec is implemented with the full test vectors in unit tests.

NBitcoin link : https://github.com/NicolasDorier/NBitcoin
Full test suite at : https://github.com/NicolasDorier/NBitcoin/blob/master/NBitcoin.Tests/BIP38Tests.cs
Nuget link : http://www.nuget.org/packages/NBitcoin/
BIP 38 link : https://github.com/NicolasDorier/bips/blob/master/bip-0038.mediawiki

Enjoy,

Bitcoin address 15sYbVpRh6dyWycZMwPdxJWD4xbfxReeHe
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!