We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description: Modify function should receive the data message and modify the text in it.
For that the user must to give the MAC key for that message (in order to generate a new mac for the modified message).
Reference: https://bugs.otr.im/lib/libotr/blob/master/README (TOOLKIT section) https://bugs.otr.im/lib/libotr/tree/master/toolkit https://github.com/otrv4/otrv4/blob/master/otrv4.md#forging-transcripts https://en.wikipedia.org/wiki/Malleability_(cryptography)
The text was updated successfully, but these errors were encountered:
Re-reading de issue it's written
Recalculate the MAC tag with the revealed MAC key associated with this message. The new tag is attached to the data message, replacing the old value.
So this function depends of otr_remac function implementation
Sorry, something went wrong.
No branches or pull requests
Description:
Modify function should receive the data message and modify the text in it.
For that the user must to give the MAC key for that message (in order to generate a new mac for the modified message).
Reference:
https://bugs.otr.im/lib/libotr/blob/master/README (TOOLKIT section)
https://bugs.otr.im/lib/libotr/tree/master/toolkit
https://github.com/otrv4/otrv4/blob/master/otrv4.md#forging-transcripts
https://en.wikipedia.org/wiki/Malleability_(cryptography)
The text was updated successfully, but these errors were encountered: