I made another tiny tool: Steem Account Keys and Password Generator
What it does:
- generate a suggested (strong, secure) password for you to use
- 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
The Core dSteem code to Retrieve Keys from Master Password is:
1 | const ownerKey = dsteem.PrivateKey.fromLogin(username, password, 'owner'); |
The Suggested Password Source code:
1 | function suggestPassword() { |
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
This page is synchronized from the post: ‘Another Tiny Tool: Steem Account Keys and Password Generator’