Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@soreatu
soreatu / bleichenbacher.py
Last active June 6, 2022 19:31 — forked from kazkansouh/bleichenbacher.py
Improved Bleichenbacher RSA Padding Oracle Attack
#! /usr/bin/env python3
# Copyright (C) 2019 Karim Kanso. All Rights Reserved.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,