Added padding oracle attack vector

This commit is contained in:
Emile Clark-Boman 2025-06-26 00:20:13 +10:00
parent 09d4c52043
commit 6365e737df
8 changed files with 412 additions and 0 deletions

16
pyproject.toml Normal file
View file

@ -0,0 +1,16 @@
[tool.poetry]
name = "imp"
version = "0.1.0"
description = ""
authors = ["Emile Clark-Boman <eclarkboman@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
pycryptodome = "^3.23.0"
requests = "^2.32.4"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"