casascius / Bitcoin-Address-Utility

Generates Bitcoin addresses, converts between hex/address and public/private keys.
214 stars 161 forks source link

Added support for printing non-EC-multiply encrypted keys #12

Open mikepfrank opened 10 years ago

mikepfrank commented 10 years ago

Here's my mod that adds the new dialog enabling users to BIP38-encrypt already-existing private keys (in non-EC-multiply mode) and then print banknotes with the encrypted key.

In this branch, I rolled back a few files with inconsequential changes vs. the master (whitespace, comments) to minimize the complexity of the diffs for the pull request.