GetScatter / ScatterWebExtension

Extension that allows you to sign transactions with your private keys securely from within the browser without ever exposing them.
MIT License
367 stars 127 forks source link

add decrypt function #169

Closed tinyhill666 closed 5 years ago

tinyhill666 commented 5 years ago

hello : I want to use eosjs-ecc.Aes.decrypt(); function decrypt(private_key, public_key, nonce, message, checksum)

i need private_key to decrypt.

hope scatter can add this function, otherwise , user should input private key

nsjames commented 5 years ago

There is a similar ticket on Scatter Desktop. https://github.com/GetScatter/ScatterDesktop/issues/43

This project ( extension ) is deprecated and no longer maintained due to security concerns. Read this article: https://medium.com/@nsjames/the-blockchain-isnt-just-for-web-applications-silly-rabbit-926a4ea5ccd1

Users should never just input private keys into your website. Ever.