awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesSSH Key Converters

Tools for transforming SSH public keys into other formats.

Distinct from SSH Key Discovery: Focuses on format transformation rather than discovering keys on disk.

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

Awesome SSH Key Converters GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • rsactftool/rsactftoolAvatar de RsaCtfTool

    RsaCtfTool/RsaCtfTool

    6,988Ver en 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

    Transforms SSH public keys into PEM format for compatibility with cryptographic analysis software.

    Pythoncryptographyrsarsa-attack
    Ver en GitHub↗6,988
  • gliderlabs/sshAvatar de gliderlabs

    gliderlabs/ssh

    4,145Ver en GitHub↗

    This project is a Go library and framework for implementing the SSH protocol. It provides a toolkit for building custom SSH servers, managing encrypted connections, and handling remote command execution. The implementation focuses on flexible session management through callback-based handling and a pluggable authentication system that supports passwords, public keys, and certificates. It includes mechanisms for secure network tunneling, including local and reverse port forwarding for TCP and Unix domain socket traffic. The library covers a broad range of protocol capabilities, including cryp

    Handles the conversion of internal data and keys into standard wire formats or PEM blocks for transmission.

    Gogolanggolang-packagessh
    Ver en GitHub↗4,145
  1. Home
  2. Security & Cryptography
  3. SSH Key Converters

Explorar subetiquetas

  • Wire Format SerializationsConversion of internal cryptographic structures into standard SSH wire formats and PEM blocks. **Distinct from SSH Key Converters:** Covers the broader serialization into wire formats, not just transforming public keys to other formats