sagarwani / PaddingOracleAttackCBC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

In cryptography, a padding oracle attack is an attack which uses the padding validation of a cryptographic message to decrypt the ciphertext. In cryptography, variable-length plaintext messages often have to be padded (expanded) to be compatible with the underlying cryptographic primitive. The attack relies on having a "padding oracle" who freely responds to queries about whether a message is correctly padded or not.

About


Languages

Language:Go 100.0%