rsacracker 0.9.1

Powerful RSA cracker for CTFs. Supports RSA, X509, OPENSSH, PKCS#12, PKCS#7, and CSR in PEM and DER formats.
Documentation
1
2
3
4
5
6
//! Mathematical utilities for cryptographic algorithms.

pub mod algebra;
pub mod conversion;
pub mod field;
pub mod number_theory;