summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-04-11 16:59:21 +0000
committerCoprDistGit <infra@openeuler.org>2023-04-11 16:59:21 +0000
commit3169d19596c01673617288258a8b714c338c1d2f (patch)
treeb4c7b8465c187779f5298c8b321394dc618f9368
parent2ecdd26ac17cdc99427692a2655e5a8a79e4d635 (diff)
automatic import of python-ciphey
-rw-r--r--.gitignore1
-rw-r--r--python-ciphey.spec804
-rw-r--r--sources1
3 files changed, 806 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..ff4055c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/ciphey-5.14.0.tar.gz
diff --git a/python-ciphey.spec b/python-ciphey.spec
new file mode 100644
index 0000000..a6386a9
--- /dev/null
+++ b/python-ciphey.spec
@@ -0,0 +1,804 @@
+%global _empty_manifest_terminate_build 0
+Name: python-ciphey
+Version: 5.14.0
+Release: 1
+Summary: Automated Decryption Tool
+License: MIT
+URL: https://pypi.org/project/ciphey/
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a5/db/9e0411803c768cd7f5c6986c9da406ae7e4b6b6a1d8ad0dc191cff6dbdaf/ciphey-5.14.0.tar.gz
+BuildArch: noarch
+
+Requires: python3-rich
+Requires: python3-pyyaml
+Requires: python3-loguru
+Requires: python3-pylint
+Requires: python3-flake8
+Requires: python3-cipheydists
+Requires: python3-cipheycore
+Requires: python3-appdirs
+Requires: python3-typing_inspect
+Requires: python3-base58
+Requires: python3-base91
+Requires: python3-pybase62
+Requires: python3-click
+Requires: python3-mock
+Requires: python3-pywhat
+
+%description
+<p align="center">
+Translations <br>
+<a href=https://github.com/Ciphey/Ciphey/tree/master/translations/de/README.md>๐Ÿ‡ฉ๐Ÿ‡ช DE </a>
+<a href=https://github.com/Ciphey/Ciphey/tree/master/translations/fr/README.md>๐Ÿ‡ซ๐Ÿ‡ท FR </a>
+<a href=https://github.com/Ciphey/Ciphey/tree/master/translations/hu/README.md>๐Ÿ‡ญ๐Ÿ‡บ HU </a>
+<a href=https://github.com/Ciphey/Ciphey/tree/master/translations/id/README.md>๐Ÿ‡ฎ๐Ÿ‡ฉ ID </a>
+<a href=https://github.com/Ciphey/Ciphey/tree/master/translations/it/README.md>๐Ÿ‡ฎ๐Ÿ‡น IT </a>
+<a href=https://github.com/Ciphey/Ciphey/tree/master/translations/nl/README.md>๐Ÿ‡ณ๐Ÿ‡ฑ NL </a>
+<a href=https://github.com/Ciphey/Ciphey/tree/master/translations/pt-br/README.md>๐Ÿ‡ง๐Ÿ‡ท PT-BR </a>
+<a href=https://github.com/Ciphey/Ciphey/tree/master/translations/ru/README.md>๐Ÿ‡ท๐Ÿ‡บ RU </a>
+<a href=https://github.com/Ciphey/Ciphey/tree/master/translations/zh/README.md>๐Ÿ‡จ๐Ÿ‡ณ ZH </a>
+ <br><br>
+โžก๏ธ
+<a href="https://github.com/Ciphey/Ciphey/wiki">Documentation</a> |
+<a href="https://discord.gg/zYTM3rZM4T">Discord</a> |
+ <a href="https://github.com/Ciphey/Ciphey/wiki/Installation">Installation Guide</a>
+ โฌ…๏ธ
+
+<br>
+ <img src="https://github.com/Ciphey/Ciphey/raw/master/Pictures_for_README/binoculars.png" alt="Ciphey">
+</p>
+
+<p align="center">
+<img src="https://pepy.tech/badge/ciphey">
+ <img src="https://pepy.tech/badge/ciphey/month">
+ <a href="https://discord.gg/zYTM3rZM4T"><img alt="Discord" src="https://img.shields.io/discord/754001738184392704"></a>
+<a href="https://pypi.org/project/ciphey/"><img src="https://img.shields.io/pypi/v/ciphey.svg"></a>
+ <img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="Ciphey">
+
+<br>
+Fully automated decryption/decoding/cracking tool using natural language processing & artificial intelligence, along with some common sense.
+</p>
+<hr>
+
+## [Installation Guide](https://github.com/Ciphey/Ciphey/wiki/Installation)
+
+| <p align="center"><a href="https://pypi.org/project/ciphey">๐Ÿ Python | <p align="center"><a href="https://hub.docker.com/r/remnux/ciphey">๐Ÿ‹ Docker (Universal) | <p align="center"><a href="https://ports.macports.org/port/ciphey/summary">๐ŸŽ MacPorts (macOS)|
+| --------------------------------------------------------------------- | --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- |
+| <p align="center"><img src="https://github.com/Ciphey/Ciphey/raw/master/Pictures_for_README/python.png" /></p> | <p align="center"><img src="https://github.com/Ciphey/Ciphey/raw/master/Pictures_for_README/docker.png" /></p> | <p align="center"><img src="https://github.com/Ciphey/Ciphey/raw/master/Pictures_for_README/macports.png" /></p> |
+| `python3 -m pip install ciphey --upgrade` | `docker run -it --rm remnux/ciphey` | `sudo port install ciphey` |
+
+| Linux | Mac OS | Windows |
+| ----------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- |
+| ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/ciphey/ciphey/Python%20application?label=Linux) | ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/ciphey/ciphey/Python%20application?label=Mac%20OS) | ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/ciphey/ciphey/Python%20application?label=Windows) |
+
+<hr>
+
+# ๐Ÿค” What is this?
+
+Input encrypted text, get the decrypted text back.
+
+> "What type of encryption?"
+
+That's the point. You don't know, you just know it's possibly encrypted. Ciphey will figure it out for you.
+
+Ciphey can solve most things in 3 seconds or less.
+
+<p align="center" href="https://asciinema.org/a/336257">
+ <img src="https://github.com/Ciphey/Ciphey/raw/master/Pictures_for_README/index.gif" alt="Ciphey demo">
+</p>
+
+Ciphey aims to be a tool to automate a lot of decryptions & decodings such as multiple base encodings, classical ciphers, hashes or more advanced cryptography.
+
+If you don't know much about cryptography, or you want to quickly check the ciphertext before working on it yourself, Ciphey is for you.
+
+**The technical part.** Ciphey uses a custom built artificial intelligence module (_AuSearch_) with a _Cipher Detection Interface_ to approximate what something is encrypted with. And then a custom-built, customisable natural language processing _Language Checker Interface_, which can detect when the given text becomes plaintext.
+
+No neural networks or bloated AI here. We only use what is fast and minimal.
+
+And that's just the tip of the iceberg. For the full technical explanation, check out our [documentation](https://github.com/Ciphey/Ciphey/wiki).
+
+# โœจ Features
+
+- **50+ encryptions/encodings supported** such as binary, Morse code and Base64. Classical ciphers like the Caesar cipher, Affine cipher and the Vigenere cipher. Along with modern encryption like repeating-key XOR and more. **[For the full list, click here](https://github.com/Ciphey/Ciphey/wiki/Supported-Ciphers)**
+- **Custom Built Artificial Intelligence with Augmented Search (AuSearch) for answering the question "what encryption was used?"** Resulting in decryptions taking less than 3 seconds.
+- **Custom built natural language processing module** Ciphey can determine whether something is plaintext or not. Whether that plaintext is JSON, a CTF flag, or English, Ciphey can get it in a couple of milliseconds.
+- **Multi Language Support** at present, only German & English (with AU, UK, CAN, USA variants).
+- **Supports encryptions and hashes** Which the alternatives such as CyberChef Magic do not.
+- **[C++ core](https://github.com/Ciphey/CipheyCore)** Blazingly fast.
+
+# ๐Ÿ”ญ Ciphey vs CyberChef
+
+## ๐Ÿ” Base64 Encoded 42 times
+
+<table>
+ <tr>
+ <th>Name</th>
+ <th>โšก Ciphey โšก </th>
+ <th>๐Ÿข CyberChef ๐Ÿข</th>
+ </tr>
+ <tr>
+ <th>Gif</th>
+ <td><img src="https://github.com/Ciphey/Ciphey/raw/master/Pictures_for_README/ciphey_gooder_cyberchef.gif" alt="The guy she tells you not to worry about"></td>
+ <td><img src="https://github.com/Ciphey/Ciphey/raw/master/Pictures_for_README/not_dying.gif" alt="You"></td>
+ </tr>
+ <tr>
+ <th>Time</th>
+ <td>2 seconds</td>
+ <td>6 seconds</td>
+ </tr>
+ <tr>
+ <th>Setup</th>
+ <td><ul><li>Run ciphey on the file</li></ul></td>
+ <td><ul><li>Set the regex param to "{"</li><li>You need to know how many times to recurse</li><li>You need to know it's Base64 all the way down</li><li>You need to load CyberChef (it's a bloated JS app)</li><li>Know enough about CyberChef to create this pipeline</li><li>Invert the match</li></ul></td>
+ </tr>
+</table>
+
+<sub><b>Note</b> The gifs may load at different times, so one may appear significantly faster than another.</sub><br>
+<sub><b>A note on magic </b>CyberChef's most similar feature to Ciphey is Magic. Magic fails instantly on this input and crashes. The only way we could force CyberChef to compete was to manually define it.</sub>
+
+We also tested CyberChef and Ciphey with a **6gb file**. Ciphey cracked it in **5 minutes and 54 seconds**. CyberChef crashed before it even started.
+
+## ๐Ÿ“Š Ciphey vs Katana vs CyberChef Magic
+
+| **Name** | โšก Ciphey โšก | ๐Ÿ—ก๏ธ Katana ๐Ÿ—ก๏ธ | ๐Ÿข CyberChef Magic ๐Ÿข |
+| ------------------------------------------ | ------------ | ------------ | --------------------- |
+| Advanced Language Checker | โœ… | โŒ | โœ… |
+| Supports Encryptions | โœ… | โœ… | โŒ |
+| Releases named after Dystopian themes ๐ŸŒƒ | โœ… | โŒ | โŒ |
+| Supports hashes | โœ… | โœ… | โŒ |
+| Easy to set up | โœ… | โŒ | โœ… |
+| Can guess what something is encrypted with | โœ… | โŒ | โŒ |
+| Created for hackers by hackers | โœ… | โœ… | โŒ |
+
+# ๐ŸŽฌ Getting Started
+
+If you're having trouble with installing Ciphey, [read this.](https://github.com/Ciphey/Ciphey/wiki/Common-Issues-&-Their-Solutions)
+
+## โ€ผ๏ธ Important Links (Docs, Installation guide, Discord Support)
+
+| Installation Guide | Documentation | Discord | Docker Image (from REMnux) |
+| --------------------------------------------------------------------------- | --------------------------------------------------------- | ------------------------------------------- | --------------------------------------------------------------------------------------------------- |
+| ๐Ÿ“– [Installation Guide](https://github.com/Ciphey/Ciphey/wiki/Installation) | ๐Ÿ“š [Documentation](https://github.com/Ciphey/Ciphey/wiki) | ๐Ÿฆœ [Discord](https://discord.gg/zYTM3rZM4T) | ๐Ÿ‹ [Docker Documentation](https://docs.remnux.org/run-tools-in-containers/remnux-containers#ciphey) |
+
+## ๐Ÿƒโ€โ™€๏ธRunning Ciphey
+
+There are 3 ways to run Ciphey.
+
+1. File Input `ciphey -f encrypted.txt`
+2. Unqualified input `ciphey -- "Encrypted input"`
+3. Normal way `ciphey -t "Encrypted input"`
+
+![Gif showing 3 ways to run Ciphey](https://github.com/Ciphey/Ciphey/raw/master/Pictures_for_README/3ways.gif)
+
+To get rid of the progress bars, probability table, and all the noise use the quiet mode.
+
+`ciphey -t "encrypted text here" -q`
+
+For a full list of arguments, run `ciphey --help`.
+
+### โš—๏ธ Importing Ciphey
+
+You can import Ciphey\'s main and use it in your own programs and code. `from Ciphey.__main__ import main`
+
+# ๐ŸŽช Contributors
+
+Ciphey was invented by [Bee](https://github.com/bee-san) in 2008, and revived in 2019. Ciphey wouldn't be where it was today without [Cyclic3](https://github.com/Cyclic3) - president of UoL's Cyber Security Society.
+
+Ciphey was revived & recreated by the [Cyber Security Society](https://www.cybersoc.cf/) for use in CTFs. If you're ever in Liverpool, consider giving a talk or sponsoring our events. Email us at `cybersecurity@society.liverpoolguild.org` to find out more ๐Ÿค 
+
+**Major Credit** to George H for working out how we could use proper algorithms to speed up the search process.
+**Special thanks** to [varghalladesign](https://www.facebook.com/varghalladesign) for designing the logo. Check out their other design work!
+
+## ๐Ÿ•โ€๐Ÿฆบ [Contributing](https://github.com/Ciphey/Ciphey/wiki/Contributing)
+
+Don't be afraid to contribute! We have many, many things you can do to help out. Each of them labelled and easily explained with examples. If you're trying to contribute but stuck, tag @bee-san โœจ
+
+Alternatively, join the Discord group and send a message there (link in [contrib file](https://github.com/Ciphey/Ciphey/wiki/Contributing)) or at the top of this README as a badge.
+
+Please read the [contributing file](https://github.com/Ciphey/Ciphey/wiki/Contributing) for exact details on how to contribute โœจ
+
+By doing so, you'll get your name added to the README below and get to be apart of an ever-growing project!
+[![Stargazers over time](https://starchart.cc/Ciphey/Ciphey.svg)](https://starchart.cc/Ciphey/Ciphey)
+
+## ๐Ÿ’ฐ Financial Contributors
+
+The contributions will be used to fund not only the future of Ciphey and its authors, but also Cyber Security Society at the University of Liverpool.
+
+GitHub doesn't support "sponsor this project and we'll evenly distribute the money", so pick a link and we'll sort it out on our end ๐Ÿฅฐ
+
+## โœจ Contributors
+
+Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
+
+<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
+<!-- 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="Design">๐ŸŽจ</a> <a href="#maintenance-cyclic3" title="Maintenance">๐Ÿšง</a> <a href="https://github.com/Ciphey/Ciphey/commits?author=cyclic3" title="Code">๐Ÿ’ป</a> <a href="#ideas-cyclic3" title="Ideas, Planning, & Feedback">๐Ÿค”</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="Design">๐ŸŽจ</a> <a href="#maintenance-brandonskerritt" title="Maintenance">๐Ÿšง</a> <a href="https://github.com/Ciphey/Ciphey/commits?author=brandonskerritt" title="Code">๐Ÿ’ป</a> <a href="#ideas-brandonskerritt" title="Ideas, Planning, & Feedback">๐Ÿค”</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="Code">๐Ÿ’ป</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="Code">๐Ÿ’ป</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="Bug reports">๐Ÿ›</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="Translation">๐ŸŒ</a> <a href="https://github.com/Ciphey/Ciphey/commits?author=Bryzizzle" title="Documentation">๐Ÿ“–</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="Code">๐Ÿ’ป</a> <a href="https://github.com/Ciphey/Ciphey/issues?q=author%3Alukasgabriel" title="Bug reports">๐Ÿ›</a> <a href="#translation-lukasgabriel" title="Translation">๐ŸŒ</a> <a href="#ideas-lukasgabriel" title="Ideas, Planning, & Feedback">๐Ÿค”</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="Bug reports">๐Ÿ›</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="Code">๐Ÿ’ป</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="Code">๐Ÿ’ป</a> <a href="https://github.com/Ciphey/Ciphey/issues?q=author%3Acclauss" title="Bug reports">๐Ÿ›</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="Content">๐Ÿ–‹</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="Code">๐Ÿ’ป</a> <a href="https://github.com/Ciphey/Ciphey/issues?q=author%3Aanantverma275" title="Bug reports">๐Ÿ›</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="Documentation">๐Ÿ“–</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="Code">๐Ÿ’ป</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="Code">๐Ÿ’ป</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="Code">๐Ÿ’ป</a> <a href="https://github.com/Ciphey/Ciphey/issues?q=author%3Ajacobggman" title="Bug reports">๐Ÿ›</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="Translation">๐ŸŒ</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="Code">๐Ÿ’ป</a> <a href="https://github.com/Ciphey/Ciphey/issues?q=author%3AItamai" title="Bug reports">๐Ÿ›</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="Translation">๐ŸŒ</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="Code">๐Ÿ’ป</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="Translation">๐ŸŒ</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="Translation">๐ŸŒ</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="Translation">๐ŸŒ</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="Code">๐Ÿ’ป</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="Translation">๐ŸŒ</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="Translation">๐ŸŒ</a> <a href="https://github.com/Ciphey/Ciphey/commits?author=blackcat-917" title="Documentation">๐Ÿ“–</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="Code">๐Ÿ’ป</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="Code">๐Ÿ’ป</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="Code">๐Ÿ’ป</a> <a href="https://github.com/Ciphey/Ciphey/issues?q=author%3Acryptobadger" title="Bug reports">๐Ÿ›</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="Code">๐Ÿ’ป</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="Code">๐Ÿ’ป</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="Code">๐Ÿ’ป</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="Documentation">๐Ÿ“–</a></td>
+ </tr>
+</table>
+
+<!-- markdownlint-restore -->
+<!-- prettier-ignore-end -->
+
+<!-- ALL-CONTRIBUTORS-LIST:END -->
+
+This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
+
+
+%package -n python3-ciphey
+Summary: Automated Decryption Tool
+Provides: python-ciphey
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-ciphey
+<p align="center">
+Translations <br>
+<a href=https://github.com/Ciphey/Ciphey/tree/master/translations/de/README.md>๐Ÿ‡ฉ๐Ÿ‡ช DE </a>
+<a href=https://github.com/Ciphey/Ciphey/tree/master/translations/fr/README.md>๐Ÿ‡ซ๐Ÿ‡ท FR </a>
+<a href=https://github.com/Ciphey/Ciphey/tree/master/translations/hu/README.md>๐Ÿ‡ญ๐Ÿ‡บ HU </a>
+<a href=https://github.com/Ciphey/Ciphey/tree/master/translations/id/README.md>๐Ÿ‡ฎ๐Ÿ‡ฉ ID </a>
+<a href=https://github.com/Ciphey/Ciphey/tree/master/translations/it/README.md>๐Ÿ‡ฎ๐Ÿ‡น IT </a>
+<a href=https://github.com/Ciphey/Ciphey/tree/master/translations/nl/README.md>๐Ÿ‡ณ๐Ÿ‡ฑ NL </a>
+<a href=https://github.com/Ciphey/Ciphey/tree/master/translations/pt-br/README.md>๐Ÿ‡ง๐Ÿ‡ท PT-BR </a>
+<a href=https://github.com/Ciphey/Ciphey/tree/master/translations/ru/README.md>๐Ÿ‡ท๐Ÿ‡บ RU </a>
+<a href=https://github.com/Ciphey/Ciphey/tree/master/translations/zh/README.md>๐Ÿ‡จ๐Ÿ‡ณ ZH </a>
+ <br><br>
+โžก๏ธ
+<a href="https://github.com/Ciphey/Ciphey/wiki">Documentation</a> |
+<a href="https://discord.gg/zYTM3rZM4T">Discord</a> |
+ <a href="https://github.com/Ciphey/Ciphey/wiki/Installation">Installation Guide</a>
+ โฌ…๏ธ
+
+<br>
+ <img src="https://github.com/Ciphey/Ciphey/raw/master/Pictures_for_README/binoculars.png" alt="Ciphey">
+</p>
+
+<p align="center">
+<img src="https://pepy.tech/badge/ciphey">
+ <img src="https://pepy.tech/badge/ciphey/month">
+ <a href="https://discord.gg/zYTM3rZM4T"><img alt="Discord" src="https://img.shields.io/discord/754001738184392704"></a>
+<a href="https://pypi.org/project/ciphey/"><img src="https://img.shields.io/pypi/v/ciphey.svg"></a>
+ <img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="Ciphey">
+
+<br>
+Fully automated decryption/decoding/cracking tool using natural language processing & artificial intelligence, along with some common sense.
+</p>
+<hr>
+
+## [Installation Guide](https://github.com/Ciphey/Ciphey/wiki/Installation)
+
+| <p align="center"><a href="https://pypi.org/project/ciphey">๐Ÿ Python | <p align="center"><a href="https://hub.docker.com/r/remnux/ciphey">๐Ÿ‹ Docker (Universal) | <p align="center"><a href="https://ports.macports.org/port/ciphey/summary">๐ŸŽ MacPorts (macOS)|
+| --------------------------------------------------------------------- | --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- |
+| <p align="center"><img src="https://github.com/Ciphey/Ciphey/raw/master/Pictures_for_README/python.png" /></p> | <p align="center"><img src="https://github.com/Ciphey/Ciphey/raw/master/Pictures_for_README/docker.png" /></p> | <p align="center"><img src="https://github.com/Ciphey/Ciphey/raw/master/Pictures_for_README/macports.png" /></p> |
+| `python3 -m pip install ciphey --upgrade` | `docker run -it --rm remnux/ciphey` | `sudo port install ciphey` |
+
+| Linux | Mac OS | Windows |
+| ----------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- |
+| ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/ciphey/ciphey/Python%20application?label=Linux) | ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/ciphey/ciphey/Python%20application?label=Mac%20OS) | ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/ciphey/ciphey/Python%20application?label=Windows) |
+
+<hr>
+
+# ๐Ÿค” What is this?
+
+Input encrypted text, get the decrypted text back.
+
+> "What type of encryption?"
+
+That's the point. You don't know, you just know it's possibly encrypted. Ciphey will figure it out for you.
+
+Ciphey can solve most things in 3 seconds or less.
+
+<p align="center" href="https://asciinema.org/a/336257">
+ <img src="https://github.com/Ciphey/Ciphey/raw/master/Pictures_for_README/index.gif" alt="Ciphey demo">
+</p>
+
+Ciphey aims to be a tool to automate a lot of decryptions & decodings such as multiple base encodings, classical ciphers, hashes or more advanced cryptography.
+
+If you don't know much about cryptography, or you want to quickly check the ciphertext before working on it yourself, Ciphey is for you.
+
+**The technical part.** Ciphey uses a custom built artificial intelligence module (_AuSearch_) with a _Cipher Detection Interface_ to approximate what something is encrypted with. And then a custom-built, customisable natural language processing _Language Checker Interface_, which can detect when the given text becomes plaintext.
+
+No neural networks or bloated AI here. We only use what is fast and minimal.
+
+And that's just the tip of the iceberg. For the full technical explanation, check out our [documentation](https://github.com/Ciphey/Ciphey/wiki).
+
+# โœจ Features
+
+- **50+ encryptions/encodings supported** such as binary, Morse code and Base64. Classical ciphers like the Caesar cipher, Affine cipher and the Vigenere cipher. Along with modern encryption like repeating-key XOR and more. **[For the full list, click here](https://github.com/Ciphey/Ciphey/wiki/Supported-Ciphers)**
+- **Custom Built Artificial Intelligence with Augmented Search (AuSearch) for answering the question "what encryption was used?"** Resulting in decryptions taking less than 3 seconds.
+- **Custom built natural language processing module** Ciphey can determine whether something is plaintext or not. Whether that plaintext is JSON, a CTF flag, or English, Ciphey can get it in a couple of milliseconds.
+- **Multi Language Support** at present, only German & English (with AU, UK, CAN, USA variants).
+- **Supports encryptions and hashes** Which the alternatives such as CyberChef Magic do not.
+- **[C++ core](https://github.com/Ciphey/CipheyCore)** Blazingly fast.
+
+# ๐Ÿ”ญ Ciphey vs CyberChef
+
+## ๐Ÿ” Base64 Encoded 42 times
+
+<table>
+ <tr>
+ <th>Name</th>
+ <th>โšก Ciphey โšก </th>
+ <th>๐Ÿข CyberChef ๐Ÿข</th>
+ </tr>
+ <tr>
+ <th>Gif</th>
+ <td><img src="https://github.com/Ciphey/Ciphey/raw/master/Pictures_for_README/ciphey_gooder_cyberchef.gif" alt="The guy she tells you not to worry about"></td>
+ <td><img src="https://github.com/Ciphey/Ciphey/raw/master/Pictures_for_README/not_dying.gif" alt="You"></td>
+ </tr>
+ <tr>
+ <th>Time</th>
+ <td>2 seconds</td>
+ <td>6 seconds</td>
+ </tr>
+ <tr>
+ <th>Setup</th>
+ <td><ul><li>Run ciphey on the file</li></ul></td>
+ <td><ul><li>Set the regex param to "{"</li><li>You need to know how many times to recurse</li><li>You need to know it's Base64 all the way down</li><li>You need to load CyberChef (it's a bloated JS app)</li><li>Know enough about CyberChef to create this pipeline</li><li>Invert the match</li></ul></td>
+ </tr>
+</table>
+
+<sub><b>Note</b> The gifs may load at different times, so one may appear significantly faster than another.</sub><br>
+<sub><b>A note on magic </b>CyberChef's most similar feature to Ciphey is Magic. Magic fails instantly on this input and crashes. The only way we could force CyberChef to compete was to manually define it.</sub>
+
+We also tested CyberChef and Ciphey with a **6gb file**. Ciphey cracked it in **5 minutes and 54 seconds**. CyberChef crashed before it even started.
+
+## ๐Ÿ“Š Ciphey vs Katana vs CyberChef Magic
+
+| **Name** | โšก Ciphey โšก | ๐Ÿ—ก๏ธ Katana ๐Ÿ—ก๏ธ | ๐Ÿข CyberChef Magic ๐Ÿข |
+| ------------------------------------------ | ------------ | ------------ | --------------------- |
+| Advanced Language Checker | โœ… | โŒ | โœ… |
+| Supports Encryptions | โœ… | โœ… | โŒ |
+| Releases named after Dystopian themes ๐ŸŒƒ | โœ… | โŒ | โŒ |
+| Supports hashes | โœ… | โœ… | โŒ |
+| Easy to set up | โœ… | โŒ | โœ… |
+| Can guess what something is encrypted with | โœ… | โŒ | โŒ |
+| Created for hackers by hackers | โœ… | โœ… | โŒ |
+
+# ๐ŸŽฌ Getting Started
+
+If you're having trouble with installing Ciphey, [read this.](https://github.com/Ciphey/Ciphey/wiki/Common-Issues-&-Their-Solutions)
+
+## โ€ผ๏ธ Important Links (Docs, Installation guide, Discord Support)
+
+| Installation Guide | Documentation | Discord | Docker Image (from REMnux) |
+| --------------------------------------------------------------------------- | --------------------------------------------------------- | ------------------------------------------- | --------------------------------------------------------------------------------------------------- |
+| ๐Ÿ“– [Installation Guide](https://github.com/Ciphey/Ciphey/wiki/Installation) | ๐Ÿ“š [Documentation](https://github.com/Ciphey/Ciphey/wiki) | ๐Ÿฆœ [Discord](https://discord.gg/zYTM3rZM4T) | ๐Ÿ‹ [Docker Documentation](https://docs.remnux.org/run-tools-in-containers/remnux-containers#ciphey) |
+
+## ๐Ÿƒโ€โ™€๏ธRunning Ciphey
+
+There are 3 ways to run Ciphey.
+
+1. File Input `ciphey -f encrypted.txt`
+2. Unqualified input `ciphey -- "Encrypted input"`
+3. Normal way `ciphey -t "Encrypted input"`
+
+![Gif showing 3 ways to run Ciphey](https://github.com/Ciphey/Ciphey/raw/master/Pictures_for_README/3ways.gif)
+
+To get rid of the progress bars, probability table, and all the noise use the quiet mode.
+
+`ciphey -t "encrypted text here" -q`
+
+For a full list of arguments, run `ciphey --help`.
+
+### โš—๏ธ Importing Ciphey
+
+You can import Ciphey\'s main and use it in your own programs and code. `from Ciphey.__main__ import main`
+
+# ๐ŸŽช Contributors
+
+Ciphey was invented by [Bee](https://github.com/bee-san) in 2008, and revived in 2019. Ciphey wouldn't be where it was today without [Cyclic3](https://github.com/Cyclic3) - president of UoL's Cyber Security Society.
+
+Ciphey was revived & recreated by the [Cyber Security Society](https://www.cybersoc.cf/) for use in CTFs. If you're ever in Liverpool, consider giving a talk or sponsoring our events. Email us at `cybersecurity@society.liverpoolguild.org` to find out more ๐Ÿค 
+
+**Major Credit** to George H for working out how we could use proper algorithms to speed up the search process.
+**Special thanks** to [varghalladesign](https://www.facebook.com/varghalladesign) for designing the logo. Check out their other design work!
+
+## ๐Ÿ•โ€๐Ÿฆบ [Contributing](https://github.com/Ciphey/Ciphey/wiki/Contributing)
+
+Don't be afraid to contribute! We have many, many things you can do to help out. Each of them labelled and easily explained with examples. If you're trying to contribute but stuck, tag @bee-san โœจ
+
+Alternatively, join the Discord group and send a message there (link in [contrib file](https://github.com/Ciphey/Ciphey/wiki/Contributing)) or at the top of this README as a badge.
+
+Please read the [contributing file](https://github.com/Ciphey/Ciphey/wiki/Contributing) for exact details on how to contribute โœจ
+
+By doing so, you'll get your name added to the README below and get to be apart of an ever-growing project!
+[![Stargazers over time](https://starchart.cc/Ciphey/Ciphey.svg)](https://starchart.cc/Ciphey/Ciphey)
+
+## ๐Ÿ’ฐ Financial Contributors
+
+The contributions will be used to fund not only the future of Ciphey and its authors, but also Cyber Security Society at the University of Liverpool.
+
+GitHub doesn't support "sponsor this project and we'll evenly distribute the money", so pick a link and we'll sort it out on our end ๐Ÿฅฐ
+
+## โœจ Contributors
+
+Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
+
+<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
+<!-- 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="Design">๐ŸŽจ</a> <a href="#maintenance-cyclic3" title="Maintenance">๐Ÿšง</a> <a href="https://github.com/Ciphey/Ciphey/commits?author=cyclic3" title="Code">๐Ÿ’ป</a> <a href="#ideas-cyclic3" title="Ideas, Planning, & Feedback">๐Ÿค”</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="Design">๐ŸŽจ</a> <a href="#maintenance-brandonskerritt" title="Maintenance">๐Ÿšง</a> <a href="https://github.com/Ciphey/Ciphey/commits?author=brandonskerritt" title="Code">๐Ÿ’ป</a> <a href="#ideas-brandonskerritt" title="Ideas, Planning, & Feedback">๐Ÿค”</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="Code">๐Ÿ’ป</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="Code">๐Ÿ’ป</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="Bug reports">๐Ÿ›</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="Translation">๐ŸŒ</a> <a href="https://github.com/Ciphey/Ciphey/commits?author=Bryzizzle" title="Documentation">๐Ÿ“–</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="Code">๐Ÿ’ป</a> <a href="https://github.com/Ciphey/Ciphey/issues?q=author%3Alukasgabriel" title="Bug reports">๐Ÿ›</a> <a href="#translation-lukasgabriel" title="Translation">๐ŸŒ</a> <a href="#ideas-lukasgabriel" title="Ideas, Planning, & Feedback">๐Ÿค”</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="Bug reports">๐Ÿ›</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="Code">๐Ÿ’ป</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="Code">๐Ÿ’ป</a> <a href="https://github.com/Ciphey/Ciphey/issues?q=author%3Acclauss" title="Bug reports">๐Ÿ›</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="Content">๐Ÿ–‹</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="Code">๐Ÿ’ป</a> <a href="https://github.com/Ciphey/Ciphey/issues?q=author%3Aanantverma275" title="Bug reports">๐Ÿ›</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="Documentation">๐Ÿ“–</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="Code">๐Ÿ’ป</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="Code">๐Ÿ’ป</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="Code">๐Ÿ’ป</a> <a href="https://github.com/Ciphey/Ciphey/issues?q=author%3Ajacobggman" title="Bug reports">๐Ÿ›</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="Translation">๐ŸŒ</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="Code">๐Ÿ’ป</a> <a href="https://github.com/Ciphey/Ciphey/issues?q=author%3AItamai" title="Bug reports">๐Ÿ›</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="Translation">๐ŸŒ</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="Code">๐Ÿ’ป</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="Translation">๐ŸŒ</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="Translation">๐ŸŒ</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="Translation">๐ŸŒ</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="Code">๐Ÿ’ป</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="Translation">๐ŸŒ</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="Translation">๐ŸŒ</a> <a href="https://github.com/Ciphey/Ciphey/commits?author=blackcat-917" title="Documentation">๐Ÿ“–</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="Code">๐Ÿ’ป</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="Code">๐Ÿ’ป</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="Code">๐Ÿ’ป</a> <a href="https://github.com/Ciphey/Ciphey/issues?q=author%3Acryptobadger" title="Bug reports">๐Ÿ›</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="Code">๐Ÿ’ป</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="Code">๐Ÿ’ป</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="Code">๐Ÿ’ป</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="Documentation">๐Ÿ“–</a></td>
+ </tr>
+</table>
+
+<!-- markdownlint-restore -->
+<!-- prettier-ignore-end -->
+
+<!-- ALL-CONTRIBUTORS-LIST:END -->
+
+This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
+
+
+%package help
+Summary: Development documents and examples for ciphey
+Provides: python3-ciphey-doc
+%description help
+<p align="center">
+Translations <br>
+<a href=https://github.com/Ciphey/Ciphey/tree/master/translations/de/README.md>๐Ÿ‡ฉ๐Ÿ‡ช DE </a>
+<a href=https://github.com/Ciphey/Ciphey/tree/master/translations/fr/README.md>๐Ÿ‡ซ๐Ÿ‡ท FR </a>
+<a href=https://github.com/Ciphey/Ciphey/tree/master/translations/hu/README.md>๐Ÿ‡ญ๐Ÿ‡บ HU </a>
+<a href=https://github.com/Ciphey/Ciphey/tree/master/translations/id/README.md>๐Ÿ‡ฎ๐Ÿ‡ฉ ID </a>
+<a href=https://github.com/Ciphey/Ciphey/tree/master/translations/it/README.md>๐Ÿ‡ฎ๐Ÿ‡น IT </a>
+<a href=https://github.com/Ciphey/Ciphey/tree/master/translations/nl/README.md>๐Ÿ‡ณ๐Ÿ‡ฑ NL </a>
+<a href=https://github.com/Ciphey/Ciphey/tree/master/translations/pt-br/README.md>๐Ÿ‡ง๐Ÿ‡ท PT-BR </a>
+<a href=https://github.com/Ciphey/Ciphey/tree/master/translations/ru/README.md>๐Ÿ‡ท๐Ÿ‡บ RU </a>
+<a href=https://github.com/Ciphey/Ciphey/tree/master/translations/zh/README.md>๐Ÿ‡จ๐Ÿ‡ณ ZH </a>
+ <br><br>
+โžก๏ธ
+<a href="https://github.com/Ciphey/Ciphey/wiki">Documentation</a> |
+<a href="https://discord.gg/zYTM3rZM4T">Discord</a> |
+ <a href="https://github.com/Ciphey/Ciphey/wiki/Installation">Installation Guide</a>
+ โฌ…๏ธ
+
+<br>
+ <img src="https://github.com/Ciphey/Ciphey/raw/master/Pictures_for_README/binoculars.png" alt="Ciphey">
+</p>
+
+<p align="center">
+<img src="https://pepy.tech/badge/ciphey">
+ <img src="https://pepy.tech/badge/ciphey/month">
+ <a href="https://discord.gg/zYTM3rZM4T"><img alt="Discord" src="https://img.shields.io/discord/754001738184392704"></a>
+<a href="https://pypi.org/project/ciphey/"><img src="https://img.shields.io/pypi/v/ciphey.svg"></a>
+ <img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="Ciphey">
+
+<br>
+Fully automated decryption/decoding/cracking tool using natural language processing & artificial intelligence, along with some common sense.
+</p>
+<hr>
+
+## [Installation Guide](https://github.com/Ciphey/Ciphey/wiki/Installation)
+
+| <p align="center"><a href="https://pypi.org/project/ciphey">๐Ÿ Python | <p align="center"><a href="https://hub.docker.com/r/remnux/ciphey">๐Ÿ‹ Docker (Universal) | <p align="center"><a href="https://ports.macports.org/port/ciphey/summary">๐ŸŽ MacPorts (macOS)|
+| --------------------------------------------------------------------- | --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- |
+| <p align="center"><img src="https://github.com/Ciphey/Ciphey/raw/master/Pictures_for_README/python.png" /></p> | <p align="center"><img src="https://github.com/Ciphey/Ciphey/raw/master/Pictures_for_README/docker.png" /></p> | <p align="center"><img src="https://github.com/Ciphey/Ciphey/raw/master/Pictures_for_README/macports.png" /></p> |
+| `python3 -m pip install ciphey --upgrade` | `docker run -it --rm remnux/ciphey` | `sudo port install ciphey` |
+
+| Linux | Mac OS | Windows |
+| ----------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- |
+| ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/ciphey/ciphey/Python%20application?label=Linux) | ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/ciphey/ciphey/Python%20application?label=Mac%20OS) | ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/ciphey/ciphey/Python%20application?label=Windows) |
+
+<hr>
+
+# ๐Ÿค” What is this?
+
+Input encrypted text, get the decrypted text back.
+
+> "What type of encryption?"
+
+That's the point. You don't know, you just know it's possibly encrypted. Ciphey will figure it out for you.
+
+Ciphey can solve most things in 3 seconds or less.
+
+<p align="center" href="https://asciinema.org/a/336257">
+ <img src="https://github.com/Ciphey/Ciphey/raw/master/Pictures_for_README/index.gif" alt="Ciphey demo">
+</p>
+
+Ciphey aims to be a tool to automate a lot of decryptions & decodings such as multiple base encodings, classical ciphers, hashes or more advanced cryptography.
+
+If you don't know much about cryptography, or you want to quickly check the ciphertext before working on it yourself, Ciphey is for you.
+
+**The technical part.** Ciphey uses a custom built artificial intelligence module (_AuSearch_) with a _Cipher Detection Interface_ to approximate what something is encrypted with. And then a custom-built, customisable natural language processing _Language Checker Interface_, which can detect when the given text becomes plaintext.
+
+No neural networks or bloated AI here. We only use what is fast and minimal.
+
+And that's just the tip of the iceberg. For the full technical explanation, check out our [documentation](https://github.com/Ciphey/Ciphey/wiki).
+
+# โœจ Features
+
+- **50+ encryptions/encodings supported** such as binary, Morse code and Base64. Classical ciphers like the Caesar cipher, Affine cipher and the Vigenere cipher. Along with modern encryption like repeating-key XOR and more. **[For the full list, click here](https://github.com/Ciphey/Ciphey/wiki/Supported-Ciphers)**
+- **Custom Built Artificial Intelligence with Augmented Search (AuSearch) for answering the question "what encryption was used?"** Resulting in decryptions taking less than 3 seconds.
+- **Custom built natural language processing module** Ciphey can determine whether something is plaintext or not. Whether that plaintext is JSON, a CTF flag, or English, Ciphey can get it in a couple of milliseconds.
+- **Multi Language Support** at present, only German & English (with AU, UK, CAN, USA variants).
+- **Supports encryptions and hashes** Which the alternatives such as CyberChef Magic do not.
+- **[C++ core](https://github.com/Ciphey/CipheyCore)** Blazingly fast.
+
+# ๐Ÿ”ญ Ciphey vs CyberChef
+
+## ๐Ÿ” Base64 Encoded 42 times
+
+<table>
+ <tr>
+ <th>Name</th>
+ <th>โšก Ciphey โšก </th>
+ <th>๐Ÿข CyberChef ๐Ÿข</th>
+ </tr>
+ <tr>
+ <th>Gif</th>
+ <td><img src="https://github.com/Ciphey/Ciphey/raw/master/Pictures_for_README/ciphey_gooder_cyberchef.gif" alt="The guy she tells you not to worry about"></td>
+ <td><img src="https://github.com/Ciphey/Ciphey/raw/master/Pictures_for_README/not_dying.gif" alt="You"></td>
+ </tr>
+ <tr>
+ <th>Time</th>
+ <td>2 seconds</td>
+ <td>6 seconds</td>
+ </tr>
+ <tr>
+ <th>Setup</th>
+ <td><ul><li>Run ciphey on the file</li></ul></td>
+ <td><ul><li>Set the regex param to "{"</li><li>You need to know how many times to recurse</li><li>You need to know it's Base64 all the way down</li><li>You need to load CyberChef (it's a bloated JS app)</li><li>Know enough about CyberChef to create this pipeline</li><li>Invert the match</li></ul></td>
+ </tr>
+</table>
+
+<sub><b>Note</b> The gifs may load at different times, so one may appear significantly faster than another.</sub><br>
+<sub><b>A note on magic </b>CyberChef's most similar feature to Ciphey is Magic. Magic fails instantly on this input and crashes. The only way we could force CyberChef to compete was to manually define it.</sub>
+
+We also tested CyberChef and Ciphey with a **6gb file**. Ciphey cracked it in **5 minutes and 54 seconds**. CyberChef crashed before it even started.
+
+## ๐Ÿ“Š Ciphey vs Katana vs CyberChef Magic
+
+| **Name** | โšก Ciphey โšก | ๐Ÿ—ก๏ธ Katana ๐Ÿ—ก๏ธ | ๐Ÿข CyberChef Magic ๐Ÿข |
+| ------------------------------------------ | ------------ | ------------ | --------------------- |
+| Advanced Language Checker | โœ… | โŒ | โœ… |
+| Supports Encryptions | โœ… | โœ… | โŒ |
+| Releases named after Dystopian themes ๐ŸŒƒ | โœ… | โŒ | โŒ |
+| Supports hashes | โœ… | โœ… | โŒ |
+| Easy to set up | โœ… | โŒ | โœ… |
+| Can guess what something is encrypted with | โœ… | โŒ | โŒ |
+| Created for hackers by hackers | โœ… | โœ… | โŒ |
+
+# ๐ŸŽฌ Getting Started
+
+If you're having trouble with installing Ciphey, [read this.](https://github.com/Ciphey/Ciphey/wiki/Common-Issues-&-Their-Solutions)
+
+## โ€ผ๏ธ Important Links (Docs, Installation guide, Discord Support)
+
+| Installation Guide | Documentation | Discord | Docker Image (from REMnux) |
+| --------------------------------------------------------------------------- | --------------------------------------------------------- | ------------------------------------------- | --------------------------------------------------------------------------------------------------- |
+| ๐Ÿ“– [Installation Guide](https://github.com/Ciphey/Ciphey/wiki/Installation) | ๐Ÿ“š [Documentation](https://github.com/Ciphey/Ciphey/wiki) | ๐Ÿฆœ [Discord](https://discord.gg/zYTM3rZM4T) | ๐Ÿ‹ [Docker Documentation](https://docs.remnux.org/run-tools-in-containers/remnux-containers#ciphey) |
+
+## ๐Ÿƒโ€โ™€๏ธRunning Ciphey
+
+There are 3 ways to run Ciphey.
+
+1. File Input `ciphey -f encrypted.txt`
+2. Unqualified input `ciphey -- "Encrypted input"`
+3. Normal way `ciphey -t "Encrypted input"`
+
+![Gif showing 3 ways to run Ciphey](https://github.com/Ciphey/Ciphey/raw/master/Pictures_for_README/3ways.gif)
+
+To get rid of the progress bars, probability table, and all the noise use the quiet mode.
+
+`ciphey -t "encrypted text here" -q`
+
+For a full list of arguments, run `ciphey --help`.
+
+### โš—๏ธ Importing Ciphey
+
+You can import Ciphey\'s main and use it in your own programs and code. `from Ciphey.__main__ import main`
+
+# ๐ŸŽช Contributors
+
+Ciphey was invented by [Bee](https://github.com/bee-san) in 2008, and revived in 2019. Ciphey wouldn't be where it was today without [Cyclic3](https://github.com/Cyclic3) - president of UoL's Cyber Security Society.
+
+Ciphey was revived & recreated by the [Cyber Security Society](https://www.cybersoc.cf/) for use in CTFs. If you're ever in Liverpool, consider giving a talk or sponsoring our events. Email us at `cybersecurity@society.liverpoolguild.org` to find out more ๐Ÿค 
+
+**Major Credit** to George H for working out how we could use proper algorithms to speed up the search process.
+**Special thanks** to [varghalladesign](https://www.facebook.com/varghalladesign) for designing the logo. Check out their other design work!
+
+## ๐Ÿ•โ€๐Ÿฆบ [Contributing](https://github.com/Ciphey/Ciphey/wiki/Contributing)
+
+Don't be afraid to contribute! We have many, many things you can do to help out. Each of them labelled and easily explained with examples. If you're trying to contribute but stuck, tag @bee-san โœจ
+
+Alternatively, join the Discord group and send a message there (link in [contrib file](https://github.com/Ciphey/Ciphey/wiki/Contributing)) or at the top of this README as a badge.
+
+Please read the [contributing file](https://github.com/Ciphey/Ciphey/wiki/Contributing) for exact details on how to contribute โœจ
+
+By doing so, you'll get your name added to the README below and get to be apart of an ever-growing project!
+[![Stargazers over time](https://starchart.cc/Ciphey/Ciphey.svg)](https://starchart.cc/Ciphey/Ciphey)
+
+## ๐Ÿ’ฐ Financial Contributors
+
+The contributions will be used to fund not only the future of Ciphey and its authors, but also Cyber Security Society at the University of Liverpool.
+
+GitHub doesn't support "sponsor this project and we'll evenly distribute the money", so pick a link and we'll sort it out on our end ๐Ÿฅฐ
+
+## โœจ Contributors
+
+Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
+
+<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
+<!-- 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="Design">๐ŸŽจ</a> <a href="#maintenance-cyclic3" title="Maintenance">๐Ÿšง</a> <a href="https://github.com/Ciphey/Ciphey/commits?author=cyclic3" title="Code">๐Ÿ’ป</a> <a href="#ideas-cyclic3" title="Ideas, Planning, & Feedback">๐Ÿค”</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="Design">๐ŸŽจ</a> <a href="#maintenance-brandonskerritt" title="Maintenance">๐Ÿšง</a> <a href="https://github.com/Ciphey/Ciphey/commits?author=brandonskerritt" title="Code">๐Ÿ’ป</a> <a href="#ideas-brandonskerritt" title="Ideas, Planning, & Feedback">๐Ÿค”</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="Code">๐Ÿ’ป</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="Code">๐Ÿ’ป</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="Bug reports">๐Ÿ›</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="Translation">๐ŸŒ</a> <a href="https://github.com/Ciphey/Ciphey/commits?author=Bryzizzle" title="Documentation">๐Ÿ“–</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="Code">๐Ÿ’ป</a> <a href="https://github.com/Ciphey/Ciphey/issues?q=author%3Alukasgabriel" title="Bug reports">๐Ÿ›</a> <a href="#translation-lukasgabriel" title="Translation">๐ŸŒ</a> <a href="#ideas-lukasgabriel" title="Ideas, Planning, & Feedback">๐Ÿค”</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="Bug reports">๐Ÿ›</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="Code">๐Ÿ’ป</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="Code">๐Ÿ’ป</a> <a href="https://github.com/Ciphey/Ciphey/issues?q=author%3Acclauss" title="Bug reports">๐Ÿ›</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="Content">๐Ÿ–‹</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="Code">๐Ÿ’ป</a> <a href="https://github.com/Ciphey/Ciphey/issues?q=author%3Aanantverma275" title="Bug reports">๐Ÿ›</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="Documentation">๐Ÿ“–</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="Code">๐Ÿ’ป</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="Code">๐Ÿ’ป</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="Code">๐Ÿ’ป</a> <a href="https://github.com/Ciphey/Ciphey/issues?q=author%3Ajacobggman" title="Bug reports">๐Ÿ›</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="Translation">๐ŸŒ</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="Code">๐Ÿ’ป</a> <a href="https://github.com/Ciphey/Ciphey/issues?q=author%3AItamai" title="Bug reports">๐Ÿ›</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="Translation">๐ŸŒ</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="Code">๐Ÿ’ป</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="Translation">๐ŸŒ</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="Translation">๐ŸŒ</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="Translation">๐ŸŒ</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="Code">๐Ÿ’ป</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="Translation">๐ŸŒ</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="Translation">๐ŸŒ</a> <a href="https://github.com/Ciphey/Ciphey/commits?author=blackcat-917" title="Documentation">๐Ÿ“–</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="Code">๐Ÿ’ป</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="Code">๐Ÿ’ป</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="Code">๐Ÿ’ป</a> <a href="https://github.com/Ciphey/Ciphey/issues?q=author%3Acryptobadger" title="Bug reports">๐Ÿ›</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="Code">๐Ÿ’ป</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="Code">๐Ÿ’ป</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="Code">๐Ÿ’ป</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="Documentation">๐Ÿ“–</a></td>
+ </tr>
+</table>
+
+<!-- markdownlint-restore -->
+<!-- prettier-ignore-end -->
+
+<!-- ALL-CONTRIBUTORS-LIST:END -->
+
+This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
+
+
+%prep
+%autosetup -n ciphey-5.14.0
+
+%build
+%py3_build
+
+%install
+%py3_install
+install -d -m755 %{buildroot}/%{_pkgdocdir}
+if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
+if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
+if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
+if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
+pushd %{buildroot}
+if [ -d usr/lib ]; then
+ find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst
+fi
+if [ -d usr/lib64 ]; then
+ find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst
+fi
+if [ -d usr/bin ]; then
+ find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst
+fi
+if [ -d usr/sbin ]; then
+ find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst
+fi
+touch doclist.lst
+if [ -d usr/share/man ]; then
+ find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst
+fi
+popd
+mv %{buildroot}/filelist.lst .
+mv %{buildroot}/doclist.lst .
+
+%files -n python3-ciphey -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 5.14.0-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..aa7794f
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+ee3ecf31acafa04ba294850954d7c40e ciphey-5.14.0.tar.gz