summaryrefslogtreecommitdiff
path: root/bip-0038.mediawiki
AgeCommit message (Collapse)Author
2021-11-05Clearer language in BIP38junderw
2017-03-15Propagate summary tone of BIP Comments to their applicable BIP preamblesLuke Dashjr
Affects: BIPs 38, 39, 42, 44, 47, 60, 61, 74, 75, 90, 150, 151, 152
2016-11-30Promote BIP 2 Draft->Active, and implement itLuke Dashjr
- Update all Accepted status to Proposed (renamed status) - The BIP Comments preamble headers added to every BIP - The License preamble headers have been added to all BIPs with a Copyright section
2016-11-30Promote BIP 123 Draft->Active, and implement itLuke Dashjr
2016-02-24Merge pull request #309 from dcousens/patch-3Luke-Jr
Add BIP38 Javascript implementation
2016-02-03Lots of formatting fixesLuke Dashjr
2016-01-29Add BIP38 Javascript implementationDaniel Cousens
2014-10-15Merge pull request #72 from ricmoo/patch-1Wladimir J. van der Laan
BIP 38 - Clarify AES parameters passed in
2014-07-01Move Test 3 to the correct location.wozz
The encrypted key for unicode test should be in the section for No compression, no EC multiply.
2014-06-26Merge pull request #78 from voisine/patch-1Wladimir J. van der Laan
unicode normalization of password
2014-06-26Merge pull request #29 from MidnightLightning/patch-1Wladimir J. van der Laan
Update bip-0038.mediawiki
2014-06-26unicode normalization of passwordAaron Voisine
Added instructions for unicode normalization of password
2014-06-09Clarify AES parameters passed inRichard Moore
There was some slight ambiguity in which items passed into AESEncrypt was the key and which was the block.
2014-05-01Small typoTelepatheic
2014-04-16steps to recalculate address from confirmation codeAaron Voisine
also fixed some typos
2014-04-15Attempt to put the actual characters in the source fileBrooks Boyd
2014-04-15Add normalization note on test caseBrooks Boyd
2014-04-15Add test case for UTF8 NFC normalizationBrooks Boyd
2014-04-15Update bip-0038.mediawikiMidnightLightning
Fix some erroneous statements in the description of the math used for encryption/decryption of EC-Multiplied keys/addresses
2014-04-13Update bip-0038.mediawikiAaron Voisine
Updated Authors
2014-04-12Update bip-0038.mediawikiAaron Voisine
fixed some typos that made the spec inconsistent and confusing to implement
2014-04-05Change date format to ISO 8601Wladimir J. van der Laan
This came up on the mailing list. yyyy-mm-dd (ISO 8601) is the internationally accepted format for numeric dates. This commit changes all BIPs to use that instead of dd-mm-yyyy. It also updates BIP 0001 to prescribe the new format.
2013-11-19Add BIP 0038Wladimir J. van der Laan