Author

Topic: NBitcoin : BIP 38 implementation with full test suite (encrypted key + 2 Factor) (Read 675 times)

hero member
Activity: 714
Merit: 661
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,
Jump to: