nebulasio / web-wallet

GNU Lesser General Public License v3.0
265 stars 188 forks source link

建议增加一个在钱包插件中使用用户的私钥解密公钥加密文本的功能 #50

Open zoowii opened 6 years ago

zoowii commented 6 years ago

我做的一个DAPP用收件人的公钥对消息文本进行加密,解密现在是让用户导入私钥文件进行解密的,如果钱包插件增加这个功能,就可以提升类似的DAPP的安全性了

ChengOrangeJu commented 6 years ago

@zoowii This function is useful. We will discuss where to add this function, for example, web-wallet or neb.js

zoowii commented 6 years ago

I suggest you to add this feature in web-extension or nebpay, then its a safe method to allow dapp to decrypt message.

You can try my dapp using pubkey/privatekey encryption/decryption: https://zoowii.coding.me/nebmail/

Now I import user's privatekey file in website. If there is the feature in web-extension or nebpay.js, user can feel safer to use this kind dapp

ChengOrangeJu commented 6 years ago

Thanks for the link! That would be very useful. We will have a deeper look at it.

mekery commented 6 years ago

Want this feature ASAP, then we could say our DApps are secure enough.

ChengOrangeJu commented 6 years ago

@mekery Will raise the priority of this issue :)