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
Right now the hashing algorithm hashes the plain channel name which means that the target broker can be predicted based on the channel name. If we incorporate a secret key as part of the channel name before hashing, then we make the hashing algorithm unpredictable to users who do not know the secretKey.
The text was updated successfully, but these errors were encountered:
jondubois
changed the title
Consider incorporating the secretKey as part of the hasher function so that the target broker for a channel cannot be guessed
Consider incorporating the secretKey as part of the hasher function so that the target broker for a channel cannot be predicted by end users
Feb 10, 2018
Right now the hashing algorithm hashes the plain channel name which means that the target broker can be predicted based on the channel name. If we incorporate a secret key as part of the channel name before hashing, then we make the hashing algorithm unpredictable to users who do not know the secretKey.
The text was updated successfully, but these errors were encountered: