Skip to content

A framework to help performing padding oracle attack

Notifications You must be signed in to change notification settings

Jeanno/pad-dialer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PaddingDialer

A Python framework to exploit AES CBC encryption with padding oracle attack vulnerability which decrypt the encrypted message without knowing the AES key. This framework starts out to target AES (128/256 bits) CBC encryption with PKCS7 padding. I might work on more feature to target other padding algorithms.

See example.py for an example.

More on padding oracle attack: https://en.wikipedia.org/wiki/Padding_oracle_attack

Author

Jeanno

Backlog

  • Register as python module
  • Create documentation site

About

A framework to help performing padding oracle attack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages