Skip to content

Commit

Permalink
fold the privkey in wallet page for privacy
Browse files Browse the repository at this point in the history
  • Loading branch information
brewmaster012 committed Oct 13, 2023
1 parent 943cf4f commit b579aac
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions wallet.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,11 @@

<button id="button-generate-key">Generate Key</button>
<span id="output-private-key" style="font-family:monospace;">Generated key: </span> </br>
<label for="input-private-key">Enter Private Key:</label>
<input id="input-private-key" size="70"></input>
<details>
<summary>ECDSA secp256k1 Private key in hex</summary>
<label for="input-private-key">Enter Private Key:</label>
<input id="input-private-key" size="70">
</details>
<button id="button-set-key">Set Key</button>
<h1>Bitcoin Wallet</h1>
<pre id="key-info">Address: </pre>
Expand Down

0 comments on commit b579aac

Please sign in to comment.