Padding-oracle-attack
Padding Oracle Attack
Exploits the vulnerability in CBC mode encryption with PKCS7 padding to reveal plaintext bytes from intercepted ciphertexts.
Padding oracle attack against PKCS7
325 stars
9 watching
58 forks
Language: Python
last commit: about 2 years ago attackcbc-modeoraclepaddingpadding-error
Related projects:
Repository | Description | Stars |
---|---|---|
kishanbagaria/padding-oracle-attacker | A tool to execute padding oracle attacks on encrypted data by exploiting vulnerabilities in encryption protocols. | 200 |
govtech-csg/paddingoraclehunter | An extension for Burp Suite to identify and exploit padding oracle vulnerabilities in cryptographic protocols. | 14 |
mpgn/poodle-poc | A proof-of-concept project demonstrating an attack on insecure SSLv3 protocol | 251 |
mpgn/beast-poc | A proof of concept project demonstrating the vulnerability of TLS protocols to the BEAST attack | 72 |
jacklinquan/micropython-cryptomsg | An AES CBC mode encryption module for MicroPython devices | 5 |
unboundsecurity/blockchain-crypto-mpc | Protects cryptographic keys and seed secrets using secure multiparty computation | 456 |
c0r0n3r/dheater | An implementation of a proof-of-concept attack exploiting a vulnerability in Diffie-Hellman key exchange for denial-of-service | 186 |
pallets/markupsafe | Protects against injection attacks by safely escaping untrusted strings in HTML and XML markup | 636 |
quentinhardy/scriptsandexploits | Exploits a known vulnerability in Oracle WebLogic to execute arbitrary code | 142 |
pyn3rd/cve-2018-2893 | Exploits a vulnerability in Oracle WebLogic Server | 103 |
kushaldas/johnnycanencrypt | Provides a Python module with encryption and decryption capabilities using Rust. | 52 |
aldy505/phc-crypto | Provides a simplified interface to multiple hashing algorithms | 26 |
corkami/pocs | Research and experimentation with potential vulnerabilities in data hashing algorithms. | 1,475 |
kimci86/bkcrack | Cracks legacy zip encryption using known plaintext attack | 1,674 |
mpdavis/python-jose | Provides a Python implementation of the JOSE technologies for encrypting and/or signing content. | 1,548 |