ENNAENNA

Ciphey

MIT

๐Ÿ”‘ Password Attacks ยท Python

Ciphey uses artificial intelligence and natural language processing to automatically detect and decode encrypted or encoded text without knowing the cipher type. Feed it base64, Caesar cipher, Vigenere, AES, hashes, binary, hex, morse code, or dozens of other encodings and it will identify the encoding chain and decode through multiple layers automatically. Ciphey uses a combination of language detection, chi-squared analysis, and its own neural network to determine when text has been successfully decoded. It handles multi-layer encoding (e.g., base64 wrapping hex wrapping rot13) without manual intervention.

21.4kstars
1.4kforks
2issues
Updated today
+I use this

Installation

$ pip install ciphey

Use Cases

  • Automatically identifying and decoding unknown ciphers
  • CTF challenge solving for encoding/crypto challenges
  • Decoding multi-layer encoded strings
  • Forensic analysis of obfuscated data

Tags

decryptiondecodingcipher-detectionai-poweredctfautomationartificial-intelligenceciphercppcryptographyctf-toolscyberchef-magicdeep-neural-networkencodingsencryptionshackinghacktoberfesthashesnatural-language-processingpentestingpython

Details

Category
๐Ÿ”‘ Password Attacks
Language
Python
Repository
ciphey/ciphey
License
MIT
Platforms
๐Ÿงlinux๐ŸŽmacos๐ŸชŸwindows

Community Reviews

More in Password Attacks