Skip to content

Commit

Permalink
decode private key from burner url
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeni committed Apr 28, 2019
1 parent e762b98 commit a94d1aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions decodePK.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
let base64url = require('base64url');

const pk = process.argv[2];

console.log(base64url.toBuffer(pk).toString('hex'));

0 comments on commit a94d1aa

Please sign in to comment.