Padding oracle attacker
go install -v github.com/arielril/padding-oracle/cmd/paddingoracle@latest
λ paddingoracle -h
Padding oracle
Usage:
paddingoracle [flags]
Flags:
-msg, -message string cipher message to attack
-block-size int block size (8, 16, 32) (default 16)
-v, -verbose verbose output
-s, -silent silent output
go run cmd/paddingoracle/paddingoracle.go -h
Padding oracle
Usage:
paddingoracle [flags]
Flags:
-msg, -message string cipher message to attack
-block-size int block size (8, 16, 32) (default 16)
-v, -verbose verbose output
-s, -silent silent output
- Cipher message provided by the professor
paddingoracle -msg b30bd8c7be0c21847f69e71abc063e04842be3c899b2a9c96bc7f8b197187d218b9a1bfa82e0a992a04d1be7583826052a1fbe5836f8f3b7829a661598957826 -v
Papers
Blogs