Another Tiny Tool: Steem Account Keys and Password Generator

in #witness-category4 years ago

I made another tiny tool: Steem Account Keys and Password Generator
What it does:

  1. generate a suggested (strong, secure) password for you to use
  2. retreive (both public and private) owner, posting, active, memo keys from your master password.

It is a one-page HTML tool. There is no login involved. Your password stays in the current page (your local browser) . There is no point to panic!

Tool URL: https://steemyy.com/keys/
Chinese Version: https://steemyy.com/account-keys/
The tool is based on dSteem v0.8.6

image.png

The Core dSteem code to Retrieve Keys from Master Password is:

const ownerKey = dsteem.PrivateKey.fromLogin(username, password, 'owner');
const activeKey = dsteem.PrivateKey.fromLogin(username, password, 'active');
const postingKey = dsteem.PrivateKey.fromLogin(username, password, 'posting');
const memoKey = dsteem.PrivateKey.fromLogin(username, password, 'memo');

The Suggested Password Source code:

function suggestPassword() { 
  const array = new Uint32Array(10); 
  window.crypto.getRandomValues(array); 
  return 'P' + dsteem.PrivateKey.fromSeed(array).toString(); 
} 

I hope this helps!

Steem On!~

If you like my work, please consider voting for me, thanks!
https://steemit.com/~witnesses type in justyy and click VOTE



Alternatively, you could proxy to me if you are too lazy to vote!

Also: you can vote me at the tool I made: https://steemyy.com/witness-voting/?witness=justyy

Visit me at: https://steemyy.com

Sort:  

Glad it helps!

amazing job my friend @justyy

My Tools are Monetary Tools, to measure Wealth...
Look for a Monetary Reset to "Sound Money"...
May 28, 2020... 9.4 Hollywood Time...

good job. thanks.

Coin Marketplace

STEEM 0.20
TRX 0.15
JST 0.029
BTC 63483.25
ETH 2601.63
USDT 1.00
SBD 2.81