Open pipermerriam opened 8 years ago
Expose eth.sign somehow through the wallet or browser.
https://github.com/ethereum/go-ethereum/wiki/JavaScript-Console#ethsign
(As far as validation, no idea if that's something geth natively supports?)
It looks to me like web3.eth.sign "works," but only if the account is unlocked. The Mist browser doesn't attempt to unlock the account (it would need to be done manually through the Geth console). Is there a plan to prompt the user for a password to unlock the account for things like web3.eth.sign and web3.eth.sendRawTransaction? EtherDelta needs this feature to fully support the Mist browser.
Thanks guys!
Any updates on when web3.eth.sign will be available in mist?
+1 - signing is critical for my app too
There has been a complex discussion about eth_sign on the geth side, because of security concerns. Done incorrectly, you could trick the user into signing “random data” that would reveal their private key. They’ve been rewriting eth_sign
Can the wallet or browser create and/or verify cryptographic signatures? It would be nice to be able to provide people with a user friendly tool that could be used to do this with their ethereum keys.