After Utopian's Hackathon, I try to complete this Steem Web Wallet, in order to make it functional as a wallet. Here is the result of that.
After 3 days of hardwork, more than 11k lines of codes, this wallet is working.
There is still a lot of UI work to be done on the Transaction part, but at current state the wallet is usable.
How does it work?
First, this wallet hashed your Steem Active Key with AES hashing algorithm and you can use a simple password (that can be remembered) to safely store your active key into Web IndexedDB (Note that the password is not able to be retrace).
Then, every time you made a transaction, you just need to use your "simple" password in order to sign your transactions.
Side Note
I added Progressive Web App features to this app, so you can use this app on mobile, and it just feels like native app! (it is still a web)
Scan QR code with SWW (Added SWW to homescreen)
Live Demo
DISCLAIMER
This app is still in early phase, so it might have breaking change and buggy. Please use it with care.