ciphey

Automatic decryption and decoding tool using AI. Use when user says "解密", "decrypt", "decode", "crack", "破解密码", or provides encrypted/encoded text that needs to be deciphered. Supports 50+ encryption types including Base64, Caesar, Vigenere, XOR, Morse code, binary, hashes, and more.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "ciphey" with this command: npx skills add xfstudio/skills/xfstudio-skills-ciphey

Ciphey

Automatic decryption/decoding tool that uses AI to detect and crack encryption.

Usage

Run the decrypt script:

python3 ~/.claude/skills/ciphey/scripts/decrypt.py "<ciphertext>" [-q]

Parameters:

  • ciphertext: The encrypted/encoded text to decrypt (required)
  • -q: Quiet mode, suppress progress output (optional)

Examples

Decrypt Base64:

python3 ~/.claude/skills/ciphey/scripts/decrypt.py "SGVsbG8gV29ybGQh"
# Output: Hello World!

Decrypt with quiet mode:

python3 ~/.claude/skills/ciphey/scripts/decrypt.py "Uryyb Jbeyq!" -q
# Output: Hello World! (Caesar/ROT13)

Supported Encryptions

  • Encodings: Base64, Base32, Base16, Binary, Hex, Octal, ASCII, URL encoding
  • Classical Ciphers: Caesar, ROT13, Vigenere, Affine, Atbash, Playfair
  • Modern: XOR, Repeating-key XOR
  • Hashes: MD5, SHA1, SHA256, SHA512 (detection)
  • Other: Morse code, NATO phonetic, Braille, and 40+ more

Installation

The script auto-detects and uses available installation:

  1. Direct: If ciphey command exists
  2. Docker: Uses remnux/ciphey image (recommended)
  3. Homebrew: brew install ciphey
  4. pipx: pipx install ciphey

Notes

  • Uses AI to automatically detect encryption type
  • Most decryptions complete in under 3 seconds
  • Requires Python 3.7+

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

clean-code

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

programmatic-seo

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

voice-ai-development

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

frontend-dev-guidelines

No summary provided by upstream source.

Repository SourceNeeds Review