Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. var bkh = {
  2. publicKey: new Uint8Array([91, 221, 234, 40, 144, 246, 91, 187, 154, 76,
  3. 60, 178, 204, 81, 35, 195, 254, 114, 246, 88, 90, 170, 68, 97, 199,
  4. 170, 72, 36, 107, 66, 206, 9]
  5. ),
  6.  
  7. secretKey: new Uint8Array([64, 68, 196, 103, 210, 179, 166, 40, 187,
  8. 150, 167, 233, 144, 206, 64, 26, 77, 133, 70, 238, 232, 227, 133,
  9. 83, 149, 202, 213, 41, 152, 243, 237, 41]
  10. )
  11. }
  12.  
  13. let hex = Buffer.from(bkh.publicKey).toString('hex');
  14.  
  15. console.log('master key',hex)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement