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 Nov 22, 2022. It is now read-only.
While having the shared key in the hash part prevents Ephemere clients from sending it to your server, it does not prevent users from sharing the room URL on insecure channels, where the hash will be essentially in clear text.
For truly secure rooms, a separate form of authentication should be required, possibly in the form of a password from which a key that decrypts the room key can be derived.
The text was updated successfully, but these errors were encountered:
While having the shared key in the hash part prevents Ephemere clients from sending it to your server, it does not prevent users from sharing the room URL on insecure channels, where the hash will be essentially in clear text.
For truly secure rooms, a separate form of authentication should be required, possibly in the form of a password from which a key that decrypts the room key can be derived.
The text was updated successfully, but these errors were encountered: