Closed nibanks closed 2 years ago
In #32 you said: "since the stateless reset token is the end of the packet, which is where the authentication tag is, I think it should be unmodified". What do you mean by this?
In #32 you said: "since the stateless reset token is the end of the packet, which is where the authentication tag is, I think it should be unmodified". What do you mean by this?
The tag is the hash you compare to the result of your decryption. So you read it, not write it. So it should be unmodified.
Closes #32.