Skip to content

4RE5group/RSA-small-exponent-exploit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

RSA-small-exponent-exploit

Exploit POC for small RSA public exponent

RSA encoding with small exponent (typically e=3) is quite dangerous. This script explains how a hacker can forge a PKCS #1 v1.5 block then cubic root it to make it valid

Works for this algorithm for description

sig_validation = (int.from_bytes() ** key_exponent).to_bytes(key_length)

About

Exploit POC for small RSA public exponent

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published