python-paddingoracle
python-paddingoracle copied to clipboard
A portable, padding oracle exploit API
Hey @mwielgoszewski , not sure if you're still maintaining this code based on the other PRs, but this is an update for the code to work with Python 3. If...
I found that padding oracle attacks are normally rather slow and therefore I looked for ways to speed up the process. I've achieved this through: * When decrypting, instead of...
Fix xor 3*block length plaintext bug~
Some progress is always nice, but since this may be verbatim, I made it a debug-level logging. What do you think?