Documentation
¶
There is no documentation for this package.
Directories
¶
Path | Synopsis |
---|---|
brokenrsa
Package brokenrsa implements a common broken rsa implementation against a ciphertext.
|
Package brokenrsa implements a common broken rsa implementation against a ciphertext. |
defectivee
Package defectivee implements a common broken rsa implementation where e and phi(n) are not coprime by finding the root of unity modulo n.
|
Package defectivee implements a common broken rsa implementation where e and phi(n) are not coprime by finding the root of unity modulo n. |
ecm
Package ecm implements the elliptic curve method of factorization and was originally written by Keith Randall and distributed under a Public Domain license from his Github here: https://github.com/randall77/factorlib
|
Package ecm implements the elliptic curve method of factorization and was originally written by Keith Randall and distributed under a Public Domain license from his Github here: https://github.com/randall77/factorlib |
jwtmodulus
Package jwtmodulus implements recoving an RS256 modulus given two JWTs.
|
Package jwtmodulus implements recoving an RS256 modulus given two JWTs. |
londahl
Package londahl implements Carl Löndahl's method of factorization for close primes and is based on code from RsaCtfTool https://github.com/grocid/CTF and Carl's CTF writeups https://github.com/grocid/CTF
|
Package londahl implements Carl Löndahl's method of factorization for close primes and is based on code from RsaCtfTool https://github.com/grocid/CTF and Carl's CTF writeups https://github.com/grocid/CTF |
oraclemodulus
Package oraclemodulus implements recoving an RSA modulus given the ciphertext of 2,3,4 and 9.
|
Package oraclemodulus implements recoving an RSA modulus given the ciphertext of 2,3,4 and 9. |
partiald
Package partiald implements an attack against the private exponent of RSA when >= 50% of the LSB of d are known.
|
Package partiald implements an attack against the private exponent of RSA when >= 50% of the LSB of d are known. |
signatures
Package signatures implements recoving the modulus from signatures and plaintexts.
|
Package signatures implements recoving the modulus from signatures and plaintexts. |
wienervariant
Package wienervariant implements Andrej Dujella's variant on Wiener's RSA attack.
|
Package wienervariant implements Andrej Dujella's variant on Wiener's RSA attack. |
Click to show internal directories.
Click to hide internal directories.