2 repositorios
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.
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.
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.