Updated Whisper Push Notifications (markdown)

Victor Farazdagi 2017-04-11 04:28:42 +03:00
parent 3f711294c5
commit 7904378ea9
1 changed files with 1 additions and 1 deletions

@ -34,7 +34,7 @@ if (!web3.shh.hasSymKey(keyname)) {
web3.shh.addSymKey(keyname, web3.fromAscii(keypass));
}
```
It is important to understand that this key is publicly known (we will use different password on our cluster, you may use your own password, see `statusd wnode --password` option)
It is important to understand that this key is publicly known (we will use different password on our cluster, you may use your own password, see `statusd wnode --password` option). So, encryption here doesn't provide privacy - instead, it allows Notification Service capable nodes to filter requests to them (as they will be able to decrypt those messages).
# Discovery and obtaining Subscription Key