awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesRSA Decryption

Specialized tools for recovering plaintext from RSA-encrypted data by exploiting implementation flaws.

Distinct from Obfuscated Data Decryption: Specifically for RSA cryptanalysis, distinct from general obfuscation or location data decryption.

Explore 2 awesome GitHub repositories matching security & cryptography · RSA Decryption. Refine with filters or upvote what's useful.

Awesome RSA Decryption GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • rsactftool/rsactftoolAvatar de RsaCtfTool

    RsaCtfTool/RsaCtfTool

    6,988Voir sur GitHub↗

    RsaCtfTool is an RSA cryptanalysis tool designed to recover private keys from weak public keys and decrypt protected data. It functions as an integer factorization tool and a framework for executing lattice-based attacks. The project differentiates itself by combining database-driven factorization algorithms with specialized mathematical exploits. It includes a suite for lattice reduction to target small exponents and a converter to transform SSH public keys into PEM format for compatibility with other analysis software. The software covers broad capability areas including RSA moduli factori

    Unciphers data encrypted with weak RSA public keys by breaking the encryption mechanism.

    Pythoncryptographyrsarsa-attack
    Voir sur GitHub↗6,988
  • ganapati/rsactftoolAvatar de Ganapati

    Ganapati/RsaCtfTool

    6,977Voir sur GitHub↗

    RsaCtfTool is a specialized cryptography suite designed for solving capture-the-flag challenges. It serves as a cryptanalysis and key recovery tool used to derive private keys and decrypt data from weak RSA public key implementations. The tool functions as an integer factorization toolkit, employing a variety of mathematical attacks and algorithms to decompose large composite numbers into their prime factors. It integrates with external prime number databases to accelerate the factorization process and identifies specific mathematical vulnerabilities in key generation. Its capabilities cover

    Decrypts encrypted data by exploiting known vulnerabilities in weak RSA public key implementations.

    Python
    Voir sur GitHub↗6,977
  1. Home
  2. Security & Cryptography
  3. RSA Decryption