rsatool calculates RSA (p, q, n, d, e) and RSA-CRT (dP, dQ, qInv) parameters given either two primes (p, q) or modulus and private exponent (n, d). Resulting parameters are displayed and can optionally be written as an OpenSSL compatible DER or PEM encoded RSA private key. Requirements: python v3.7+, pyasn1, gmpy2 Usage examples: - Supplying modulus and private exponent, PEM output to key.pem: python rsatool.py -f PEM -o key.pem -n 13826123222358393307 -d 9793706120266356337 - Supplying two primes, DER output to key.der: python rsatool.py -f DER -o key.der -p 4184799299 -q 3303891593
FEATURES
EXPLORE BY TAGS
SIMILAR TOOLS
de4dot is a .NET deobfuscator and unpacker with the ability to restore packed and obfuscated assemblies to their original form.
Steganography brute-force utility with performance issues, deprecated in favor of stegseek.
A Docker image with tools for solving Steganography challenges and screening scripts for analyzing files.
A utility tool for decrypting data from weak public keys and attempting to recover the corresponding private key, primarily for educational purposes.
Steghide is a steganography program that hides data in image and audio files.
Simple C++ Encryption and Steganography tool for hiding files inside images using LSB encoding.
A tool for securely backing up and versioning production secrets or shared passwords
A tool for creating cryptographically strong volumes that destroy themselves upon tampering or via issued command.
PINNED

Checkmarx SCA
A software composition analysis tool that identifies vulnerabilities, malicious code, and license risks in open source dependencies throughout the software development lifecycle.

Orca Security
A cloud-native application protection platform that provides agentless security monitoring, vulnerability management, and compliance capabilities across multi-cloud environments.

DryRun
A GitHub application that performs automated security code reviews by analyzing contextual security aspects of code changes during pull requests.