Aqcurate/Cryptopals

Padding Issue

Closed this issue · 2 comments

There is a padding bug.

If the ending message bytes matches the padding bytes, rstrip will remove too much.

Thank you for reporting, the bug has now been fixed.

No problem! I'm glad to see you fixed it so fast. Happy developing!