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
Messages are not split properly so that the first part can contain parts
of an unencrypted message.
An attacker without access to the password can use this to create
messages that look like they were encrypted by someone with access to
the password.
Example:
My message here >CRY-0 some_replayed_message
This commit fixes this problem by ensuring the encryption marker is
placed at the beginning of the message.
Signed-off-by: Lars Kiesow <[email protected]>
pre
can contain parts of an unencrypted message here: https://github.com/IRCrypt/ircrypt-weechat/blob/master/ircrypt.py#L264An attacker without access to the password can use this to create messages that look like they were encrypted by someone with access to the password.
The text was updated successfully, but these errors were encountered: