8000 GitHub - danielamkaer/PadDown: CBC PKCS7 Padding Oracle attack engine
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

CBC PKCS7 Padding Oracle attack engine

License

Notifications You must be signed in to change notification settings

danielamkaer/PadDown

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

PadDown

CBC PKCS7 Padding Oracle attack engine

Usage

Implement a class containing the hasValidPadding(...) method. As argument it takes the binary data that is the test ciphertext. Return True if the padding is valid and False otherwise.

Input to the DecryptEngine.decrypt must be the raw bytes.

About

CBC PKCS7 Padding Oracle attack engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0