You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
@liulinhui Thank you for your question. Ofc it's not safe, you should never send secret to nodes you not trust. That will be solved with #457. If you don't have further questions please close that issue.
__private.openAccount = function (secret, cb) { var hash = crypto.createHash('sha256').update(secret, 'utf8').digest(); console.log(secret);
so if I install one node,if someone login my node,i can get his secret, is this safe?
The text was updated successfully, but these errors were encountered: