智能自动化解密工具 集成AI与自然语言处理
Ciphey是一款智能解密工具,集成自然语言处理和人工智能技术,可快速破解多种加密和编码。支持50多种加密算法,包括经典和现代密码。采用AI模块和语言检测,能在短时间内识别加密类型并解密。效率高于同类工具,适用于密码分析和CTF竞赛。
<p align="center"><a href="https://pypi.org/project/ciphey">🐍 Python | <p align="center"><a href="https://hub.docker.com/r/remnux/ciphey">🐋 Docker (通用) | <p align="center"><a href="https://ports.macports.org/port/ciphey/summary">🍎 MacPorts (macOS) | <p align="center"><a href="https://formulae.brew.sh/formula/ciphey">🍺 Homebrew (macOS/Linux) |
---|---|---|---|
<p align="center"><img src="https://yellow-cdn.veclightyear.com/835a84d5/591601a2-10cd-47f9-b76e-50085d116ee5.png" /></p> | <p align="center"><img src="https://yellow-cdn.veclightyear.com/835a84d5/af8d8767-2454-4946-8b65-dc619d35cb4e.png" /></p> | <p align="center"><img src="https://yellow-cdn.veclightyear.com/835a84d5/a4fdd92b-d733-4949-b144-6b69b0192765.png" /></p> | <p align="center"><img src="https://yellow-cdn.veclightyear.com/835a84d5/09099d55-862a-4ae7-8c2d-e4e8984faa95.png" /></p> |
python3 -m pip install ciphey --upgrade | docker run -it --rm remnux/ciphey | sudo port install ciphey | brew install ciphey |
Linux | Mac OS | Windows |
---|---|---|
输入加密文本,获得解密后的文本。
"什么类型的加密?"
这就是重点。你不知道,你只知道它可能是加密的。Ciphey会为你找出答案。
Ciphey可以在3秒或更短的时间内解决大多数问题。
<p align="center" href="https://asciinema.org/a/336257"> <img src="https://yellow-cdn.veclightyear.com/835a84d5/547168e7-47f7-4b1d-9158-3c6fab40172e.gif" alt="Ciphey演示"> </p>Ciphey旨在成为一个工具,自动化许多解密和解码操作,如多种base编码、经典密码、哈希或更高级的密码学。
如果你对密码学不太了解,或者想在自己处理之前快速检查密文,Ciphey就是为你准备的。
技术部分。 Ciphey使用自定义构建的人工智能模块(AuSearch)和_密码检测接口_来近似估计某物的加密方式。然后使用自定义构建的、可定制的自然语言处理_语言检查器接口_,可以检测给定文本何时变成明文。
这里没有神经网络或臃肿的AI。我们只使用快速和最小化的方法。
这只是冰山一角。有关完整的技术说明,请查看我们的文档。
<sub><b>注意</b> 动图可能加载时间不同,所以一个可能看起来比另一个快很多。</sub><br> <sub><b>关于魔法功能的说明 </b>CyberChef最接近Ciphey的功能是Magic。Magic在这个输入上立即失败并崩溃。我们能让CyberChef参与竞争的唯一方法是手动定义它。</sub>
我们还用一个6GB的文件测试了CyberChef和Ciphey。Ciphey在5分54秒内破解了它。CyberChef在开始之前就崩溃了。
名称 | ⚡ Ciphey ⚡ | 🗡️ Katana 🗡️ | 🐢 CyberChef Magic 🐢 |
---|---|---|---|
高级语言检查器 | ✅ | ❌ | ✅ |
支持加密 | ✅ | ✅ | ❌ |
以反乌托邦主题命名的发布版本 🌃 | ✅ | ❌ | ❌ |
支持哈希 | ✅ | ✅ | ❌ |
易于设置 | ✅ | ❌ | ✅ |
能猜测加密方式 | ✅ | ❌ | ❌ |
由黑客为黑客创建 | ✅ | ✅ | ❌ |
如果你在安装Ciphey时遇到问题,请阅读这里。
安装指南 | 文档 | Discord | Docker镜像(来自REMnux) |
---|---|---|---|
📖 安装指南 | 📚 文档 | 🦜 Discord | 🐋 Docker文档 |
有3种方式运行Ciphey。
ciphey -f encrypted.txt
ciphey -- "加密的输入"
ciphey -t "加密的输入"
要去掉进度条、概率表和所有噪音,请使用安静模式。
ciphey -t "这里是加密文本" -q
要查看完整的参数列表,请运行 ciphey --help
。
你可以导入Ciphey的main并在你自己的程序和代码中使用它。 from Ciphey.__main__ import main
Ciphey由Bee在2008年发明,并在2019年重新启动。如果没有Cyclic3 - 利物浦大学网络安全协会主席,Ciphey不会有今天的成就。
Ciphey由网络安全协会重新启动和重建,用于CTF比赛。如果你曾在利物浦,考虑做一次演讲或赞助我们的活动。发送电子邮件至cybersecurity@society.liverpoolguild.org
了解更多信息 🤠
重要贡献 感谢George H找出如何使用合适的算法来加速搜索过程。 特别感谢 varghalladesign设计logo。查看他们的其他设计作品!
不要害怕贡献!我们有很多事情你可以帮忙。每一项都有标签并有易于理解的例子。如果你想贡献但遇到困难,请给@bee-san 打标签 ✨
或者,加入Discord群组并在那里发送消息(链接在贡献文件中)或在本README顶部的徽章中。
请阅读贡献文件了解如何贡献的详细信息 ✨
这样做,你的名字将被添加到下面的README中,并成为一个不断发展的项目的一部分!
这些贡献将用于资助Ciphey及其作者的未来,以及利物浦大学的网络安全协会。
GitHub不支持"赞助这个项目,我们会平均分配资金",所以请选择一个链接,我们会在我们这边处理好 🥰
感谢这些优秀的人(表情符号键):
<!-- ALL-CONTRIBUTORS-LIST:START - 请勿移除或修改此部分 --> <!-- prettier-ignore-start --> <!-- markdownlint-disable --> <table> <tr> <td align="center"><a href="https://github.com/Cyclic3"><img src="https://avatars1.githubusercontent.com/u/15613874?v=4?s=100" width="100px;" alt=""/><br /><sub><b>cyclic3</b></sub></a><br /><a href="#design-cyclic3" title="设计">🎨</a> <a href="#maintenance-cyclic3" title="维护">🚧</a> <a href="https://github.com/Ciphey/Ciphey/commits?author=cyclic3" title="代码">💻</a> <a href="#ideas-cyclic3" title="想法、规划与反馈">🤔</a></td> <td align="center"><a href="https://skerritt.blog"><img src="https://avatars3.githubusercontent.com/u/10378052?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Brandon</b></sub></a><br /><a href="#design-brandonskerritt" title="设计">🎨</a> <a href="#maintenance-brandonskerritt" title="维护">🚧</a> <a href="https://github.com/Ciphey/Ciphey/commits?author=brandonskerritt" title="代码">💻</a> <a href="#ideas-brandonskerritt" title="想法、规划与反馈">🤔</a></td> <td align="center"><a href="https://github.com/michalani"><img src="https://avatars0.githubusercontent.com/u/27767884?v=4?s=100" width="100px;" alt=""/><br /><sub><b>michalani</b></sub></a><br /><a href="https://github.com/Ciphey/Ciphey/commits?author=michalani" title="代码">💻</a></td> <td align="center"><a href="https://github.com/ashb07"><img src="https://avatars2.githubusercontent.com/u/24845568?v=4?s=100" width="100px;" alt=""/><br /><sub><b>ashb07</b></sub></a><br /><a href="https://github.com/Ciphey/Ciphey/commits?author=ashb07" title="代码">💻</a></td> <td align="center"><a href="https://github.com/TheAlcanian"><img src="https://avatars3.githubusercontent.com/u/22127191?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Shardion</b></sub></a><br /><a href="https://github.com/Ciphey/Ciphey/issues?q=author%3ATheAlcanian" title="错误报告">🐛</a></td> <td align="center"><a href="https://github.com/Bryzizzle"><img src="https://avatars0.githubusercontent.com/u/57810197?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Bryan</b></sub></a><br /><a href="#translation-Bryzizzle" title="翻译">🌍</a> <a href="https://github.com/Ciphey/Ciphey/commits?author=Bryzizzle" title="文档">📖</a></td> <td align="center"><a href="https://lukasgabriel.net"><img src="https://avatars0.githubusercontent.com/u/52338810?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Lukas Gabriel</b></sub></a><br /><a href="https://github.com/Ciphey/Ciphey/commits?author=lukasgabriel" title="代码">💻</a> <a href="https://github.com/Ciphey/Ciphey/issues?q=author%3Alukasgabriel" title="错误报告">🐛</a> <a href="#translation-lukasgabriel" title="翻译">🌍</a> <a href="#ideas-lukasgabriel" title="想法、规划与反馈">🤔</a></td> </tr> <tr> <td align="center"><a href="https://github.com/DarshanBhoi"><img src="https://avatars2.githubusercontent.com/u/70128281?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Darshan</b></sub></a><br /><a href="https://github.com/Ciphey/Ciphey/issues?q=author%3ADarshanBhoi" title="错误报告">🐛</a></td> <td align="center"><a href="https://github.com/SkeletalDemise"><img src="https://avatars1.githubusercontent.com/u/29117662?v=4?s=100" width="100px;" alt=""/><br /><sub><b>SkeletalDemise</b></sub></a><br /><a href="https://github.com/Ciphey/Ciphey/commits?author=SkeletalDemise" title="代码">💻</a></td> <td align="center"><a href="https://www.patreon.com/cclauss"><img src="https://avatars3.githubusercontent.com/u/3709715?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Christian Clauss</b></sub></a><br /><a href="https://github.com/Ciphey/Ciphey/commits?author=cclauss" title="代码">💻</a> <a href="https://github.com/Ciphey/Ciphey/issues?q=author%3Acclauss" title="错误报告">🐛</a></td> <td align="center"><a href="http://machinexa.xss.ht"><img src="https://avatars1.githubusercontent.com/u/60662297?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Machinexa2</b></sub></a><br /><a href="#content-machinexa2" title="内容">🖋</a></td> <td align="center"><a href="https://github.com/anantverma275"><img src="https://avatars1.githubusercontent.com/u/18184503?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Anant Verma</b></sub></a><br /><a href="https://github.com/Ciphey/Ciphey/commits?author=anantverma275" title="代码">💻</a> <a href="https://github.com/Ciphey/Ciphey/issues?q=author%3Aanantverma275" title="错误报告">🐛</a></td> <td align="center"><a href="https://github.com/XVXTOR"><img src="https://avatars1.githubusercontent.com/u/40268197?v=4?s=100" width="100px;" alt=""/><br /><sub><b>XVXTOR</b></sub></a><br /><a href="https://github.com/Ciphey/Ciphey/commits?author=XVXTOR" title="文档">📖</a></td> <td align="center"><a href="https://github.com/Itamikame"><img src="https://avatars2.githubusercontent.com/u/59034423?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Itamikame</b></sub></a><br /><a href="https://github.com/Ciphey/Ciphey/commits?author=Itamikame" title="代码">💻</a></td> </tr> <tr> <td align="center"><a href="https://github.com/MikeMerz"><img src="https://avatars3.githubusercontent.com/u/50526795?v=4?s=100" width="100px;" alt=""/><br /><sub><b>MikeMerz</b></sub></a><br /><a href="https://github.com/Ciphey/Ciphey/commits?author=MikeMerz" title="代码">💻</a></td> <td align="center"><a href="https://github.com/jacobggman"><img src="https://avatars2.githubusercontent.com/u/30216976?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jacob Galam</b></sub></a><br /><a href="https://github.com/Ciphey/Ciphey/commits?author=jacobggman" title="代码">💻</a> <a href="https://github.com/Ciphey/Ciphey/issues?q=author%3Ajacobggman" title="错误报告">🐛</a></td> <td align="center"><a href="https://tuxthexplorer.github.io/"><img src="https://avatars1.githubusercontent.com/u/37508897?v=4?s=100" width="100px;" alt=""/><br /><sub><b>TuxTheXplorer</b></sub></a><br /><a href="#translation-TuxTheXplorer" title="翻译">🌍</a></td> <td align="center"><a href="https://github.com/Itamai"><img src="https://avatars3.githubusercontent.com/u/53093696?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Itamai</b></sub></a><br /><a href="https://github.com/Ciphey/Ciphey/commits?author=Itamai" title="代码">💻</a> <a href="https://github.com/Ciphey/Ciphey/issues?q=author%3AItamai" title="错误报告">🐛</a></td> <td align="center"><a href="https://github.com/Termack"><img src="https://avatars2.githubusercontent.com/u/26333901?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Filipe</b></sub></a><br /><a href="#translation-Termack" title="翻译">🌍</a></td> <td align="center"><a href="https://github.com/malathit"><img src="https://avatars0.githubusercontent.com/u/2684148?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Malathi</b></sub></a><br /><a href="https://github.com/Ciphey/Ciphey/commits?author=malathit" title="代码">💻</a></td> <td align="center"><a href="https://hexchaos.xyz/"><img src="https://avatars1.githubusercontent.com/u/8947820?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jack</b></sub></a><br /><a href="#translation-HexChaos" title="翻译">🌍</a></td> </tr> <tr> <td align="center"><a href="https://github.com/yafkari"><img src="https://avatars3.githubusercontent.com/u/41365655?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Younes</b></sub></a><br /><a href="#translation-yafkari" title="翻译">🌍</a></td> <td align="center"><a href="https://gitlab.com/Marnick39"><img src="https://avatars2.githubusercontent.com/u/17315511?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Marnick Vandecauter</b></sub></a><br /><a href="#translation-Marnick39" title="翻译">🌍</a></td> <td align="center"><a href="https://github.com/mav8557"><img src="https://avatars0.githubusercontent.com/u/47306745?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Michael V</b></sub></a><br /><a href="https://github.com/Ciphey/Ciphey/commits?author=mav8557" title="代码">💻</a></td> <td align="center"><a href="https://github.com/chuinzer"><img src="https://avatars2.githubusercontent.com/u/64257785?v=4?s=100" width="100px;" alt=""/><br /><sub><b>chuinzer</b></sub></a><br /><a href="#translation-chuinzer" title="翻译">🌍</a></td> <td align="center"><a href="https://github.com/blackcat-917"><img src="https://avatars1.githubusercontent.com/u/53786619?v=4?s=100" width="100px;" alt=""/><br /><sub><b>blackcat-917</b></sub></a><br /><a href="#translation-blackcat-917" title="翻译">🌍</a> <a href="https://github.com/Ciphey/Ciphey/commits?author=blackcat-917" title="文档">📖</a></td> <td align="center"><a href="https://github.com/Ozzyz"><img src="https://avatars3.githubusercontent.com/u/6113447?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Åsmund Brekke</b></sub></a><br /><a href="https://github.com/Ciphey/Ciphey/commits?author=Ozzyz" title="代码">💻</a></td> <td align="center"><a href="https://github.com/sashreek1"><img src="https://avatars1.githubusercontent.com/u/45600974?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Sashreek Shankar</b></sub></a><br /><a href="https://github.com/Ciphey/Ciphey/commits?author=sashreek1" title="代码">💻</a></td> </tr> <tr> <td align="center"><a href="https://github.com/cryptobadger"><img src="https://avatars2.githubusercontent.com/u/26308101?v=4?s=100" width="100px;" alt=""/><br /><sub><b>cryptobadger</b></sub></a><br /><a href="https://github.com/Ciphey/Ciphey/commits?author=cryptobadger" title="代码">💻</a> <a href="https://github.com/Ciphey/Ciphey/issues?q=author%3Acryptobadger" title="错误报告">🐛</a></td> <td align="center"><a href="https://github.com/e1fy"><img src="https://avatars3.githubusercontent.com/u/61194758?v=4?s=100" width="100px;" alt=""/><br /><sub><b>elf</b></sub></a><br /><a href="https://github.com/Ciphey/Ciphey/commits?author=e1fy" title="代码">💻</a></td> <td align="center"><a href="https://github.com/rogercyyu"><img src="https://avatars0.githubusercontent.com/u/45835736?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Roger Yu</b></sub></a><br /><a href="https://github.com/Ciphey/Ciphey/commits?author=rogercyyu" title="代码">💻</a></td> <td align="center"><a href="https://github.com/JesseEmond"><img src="https://avatars.githubusercontent.com/u/1843555?v=4?s=100" width="100px;" alt=""/><br /><sub><b>dysleixa</b></sub></a><br /><a href="https://github.com/Ciphey/Ciphey/commits?author=JesseEmond" title="代码">💻</a></td> <td align="center"><a href="http://mohzulfikar.me"><img src="https://avatars.githubusercontent.com/u/48849323?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Mohammad Zulfikar</b></sub></a><br /><a href="https://github.com/Ciphey/Ciphey/commits?author=mohzulfikar" title="文档">📖</a></td> <td align="center"><a href="https://github.com/AABur"><img src="https://avatars.githubusercontent.com/u/41373199?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Alexander Burchenko</b></sub></a><br /><a href="#translation-AABur" title="翻译">🌍</a></td> </tr> </table> <!-- markdownlint-restore --> <!-- prettier-ignore-end --> <!-- ALL-CONTRIBUTORS-LIST:END -->本项目遵循all-contributors规范。欢迎各种形式的贡献!
一键生成PPT和Word,让学习生活更轻松
讯飞智文是一个利用 AI 技术的项目,能够帮助用户生成 PPT 以及各类文档。无论是商业领域的市场分析报告、年度目标制定,还是学生群体的职业生涯规划、实习避坑指南,亦或是活动策划、旅游攻略等内容,它都能提供支持,帮助用户精准表达,轻松呈现各种信息。
深度推理 能力全新升级,全面对标OpenAI o1
科大讯飞的星火大模型,支持语言理解、知识问答和文本创作等多功能,适用于多种文件和业务场景,提升办公和日常生活的效率。讯飞星火是一个提供丰富智能服务的平台,涵盖科技资讯、图像创作、写作辅助、编程解答、科研文献解读等功能,能为不同需求的用户提供便捷高效的帮助,助力用户轻松获取信息、解决问题,满足多样化使用场景。
一种基于大语言模型的高效单流解耦语音令牌文本到语音合成模型
Spark-TTS 是一个基于 PyTorch 的开源文本到语音合成项目,由多个知名机构联合参与。该项目提供了高效的 LLM(大语言模型)驱动的语音合成方案,支持语音克隆和语音创建功能,可通过命令行界面(CLI)和 Web UI 两种方式使用。用户可以根据需求调整语音的性别、音高、速度等参数,生成高质量的语音。该项目适用于多种场景,如有声读物制作、智能语音助手开发等。
字节跳动发布的AI编程神器IDE
Trae是一种自适应的集成开发环境(IDE),通过自动化和多元协作改变开发流程。利用Trae,团队能够更快速、精确地编写和部署代码,从而提高编程效率和项目交付速度。Trae具备上下文感知和代码自动完成功能,是提升开发效率的理想工具。
AI助力,做PPT更简单!
咔片是一款轻量化在线演示设计工具,借助 AI 技术,实现从内容生成到智能设计的一站式 PPT 制作服务。支持多种文档格式导入生成 PPT,提供海量模板、智能美化、素材替换等功能,适用于销售、教师、学生等各类人群,能高效制作出高品质 PPT,满足不同场景演示需求。
选题、配图、成文,一站式创作,让内容运营更高效
讯飞绘文,一个AI集成平台,支持写作、选题、配图、排版和发布。高效生成适用于各类媒体的定制内容,加速品牌传播,提升内容营销效果。
专业的AI公文写作平台,公文写作神器
AI 材料星,专业的 AI 公文写作辅助平台,为体制内工作人员提供高效的公文写作解决方案。拥有海量公文文库、9 大核心 AI 功能,支持 30 + 文稿类型生成,助力快速完成领导讲话、工作总结、述职报告等材料,提升办公效率,是体制打工人的得力写作神器。
OpenAI Agents SDK,助力开发者便捷使用 OpenAI 相关功能。
openai-agents-python 是 OpenAI 推出的一款强大 Python SDK,它为开发者提供了与 OpenAI 模型交互的高效工具,支持工具调用、结果处理、追踪等功能,涵盖多种应用场景,如研究助手、财务 研究等,能显著提升开发效率,让开发者更轻松地利用 OpenAI 的技术优势。
高分辨率纹理 3D 资产生成
Hunyuan3D-2 是腾讯开发的用于 3D 资产生成的强大工具,支持从文本描述、单张图片或多视角图片生成 3D 模型,具备快速形状生成能力,可生成带纹理的高质量 3D 模型,适用于多个领域,为 3D 创作提供了高效解决方案。
一个具备存储、管理和客户端操作等多种功能的分布式文件系统相关项目。
3FS 是一个功能强大的分布式文件系统项目,涵盖了存储引擎、元数据管理、客户端工具等多个模块。它支持多种文件操作,如创建文件和目录、设置布局等,同时具备高效的事件循环、节点选择和协程池管理等特性。适用于需要大规模数据存储和管理的场景,能够提高系统的性能和可靠性,是分布式存储领域的优质解决方案。
最新AI工具、AI资讯
独家AI资源、AI项目落地
微信扫一扫关注公众号