crypto-tools

Solve RSA, classical cipher, and XOR cryptography challenges offline.

6|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/G36maid/ctf-arsenal --skill crypto-tools
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: crypto-tools
Source: https://github.com/G36maid/ctf-arsenal/tree/main/.agents/skills/crypto-tools
Command: npx skills add https://github.com/G36maid/ctf-arsenal --skill crypto-tools

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cryptography challenges in offline environments are time-consuming; this toolkit provides modular attack scripts for RSA, classic ciphers, and XOR analysis to accelerate solution workflows.

Core Features & Use Cases

  • RSA attacks: small exponent, Wiener, common modulus, Fermat factorization, and key-recovery helpers.
  • Classical ciphers: Caesar, Vigenere, and XOR analysis with frequency scoring.
  • Frequency analysis and offline tooling for rapid hypothesis testing on intercepted texts.

Quick Start

Run a sample RSA or cipher challenge to see how the tools recover plaintext.

Frequently Asked Questions about crypto-tools

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I break RSA with weak exponents during a CTF?

Break RSA with weak exponents using modular Python scripts for small exponent attacks, Wiener analysis, common modulus exploitation, and Fermat factorization to recover plaintext.

Can I perform frequency analysis on intercepted ciphertext offline?

Perform frequency analysis on intercepted ciphertext offline using built-in scoring tools to rapidly test hypotheses on classical cipher texts and accelerate solution workflows.

What is the best way to decode Vigenere and Caesar ciphers without internet access?

Decode Vigenere and Caesar ciphers without internet access using an offline toolkit that applies frequency scoring and automated analysis to recover the original plaintext.

Does this cryptography toolkit support XOR attack scripts?

This cryptography toolkit supports offline XOR attack scripts with frequency scoring to decrypt XOR-encrypted text intercepted during CTF challenges.

What prerequisites do I need to run offline cryptography attack scripts?

To run offline cryptography attack scripts you need a Python environment to execute modular tooling organized under RSA and classic cipher categories without external dependencies.