Updated Home (markdown)

Bee 2020-09-10 12:34:50 +01:00
parent 7dd2a7784f
commit 3f7940227a
1 changed files with 14 additions and 8 deletions

22
Home.md

@ -10,19 +10,24 @@ Please see the sidebar on the right hand side for all of our pages.
## List of Supported Ciphers/Encodings/Hashes ## List of Supported Ciphers/Encodings/Hashes
[https://github.com/Ciphey/Ciphey/wiki/Supported-Ciphers](https://github.com/Ciphey/Ciphey/wiki/Supported-Ciphers) [https://github.com/Ciphey/Ciphey/wiki/Supported-Ciphers](https://github.com/Ciphey/Ciphey/wiki/Supported-Ciphers)
# Pages to help you use Ciphey better
* [Common things you may want to do but are confused about](https://github.com/Ciphey/Ciphey/wiki/Common-things-you-may-want-to-do)
* [Checkers -- Learn how we check for plaintext. You may want to use a specific checker instead of all of them](https://github.com/Ciphey/Ciphey/wiki/Checkers,-explained)
* [The settings file](https://github.com/Ciphey/Ciphey/wiki/The-Settings-File)
* [Our very long hard-to-read full features page](https://github.com/Ciphey/Ciphey/wiki/Features)
# Pages to help you troubleshoot Ciphey # Pages to help you troubleshoot Ciphey
* [Installing Ciphey](https://github.com/Ciphey/Ciphey/wiki/Installation) * [Installing Ciphey](https://github.com/Ciphey/Ciphey/wiki/Installation)
* [Common Issues and their solutions](https://github.com/Ciphey/Ciphey/wiki/Common-Issues-&-Their-Solutions) * [Common Issues and their solutions](https://github.com/Ciphey/Ciphey/wiki/Common-Issues-&-Their-Solutions)
* [List of known bugs](https://github.com/Ciphey/Ciphey/issues?q=is%3Aopen+is%3Aissue+label%3Abug) * [List of known bugs](https://github.com/Ciphey/Ciphey/issues?q=is%3Aopen+is%3Aissue+label%3Abug)
# Pages to help you contribute to Ciphey # Pages to help you use Ciphey better
* [Adding your own ciphers to Ciphey](https://github.com/Ciphey/Ciphey/wiki/Adding-your-own-ciphers) * [Common things you may want to do but are confused about](https://github.com/Ciphey/Ciphey/wiki/Common-things-you-may-want-to-do)
* [Importing Ciphey](https://github.com/Ciphey/Ciphey/wiki/Importing-Ciphey)
* [Checkers -- Learn how we check for plaintext. You may want to use a specific checker instead of all of them](https://github.com/Ciphey/Ciphey/wiki/Checkers,-explained)
* [The settings file](https://github.com/Ciphey/Ciphey/wiki/The-Settings-File)
* [Our very long hard-to-read full features page](https://github.com/Ciphey/Ciphey/wiki/Features)
# Adding your own crackers / decoders
1. [Adding your own ciphers to Ciphey](https://github.com/Ciphey/Ciphey/wiki/Adding-your-own-ciphers)
2. [Testing your code](https://github.com/Ciphey/Ciphey/wiki/Testing-your-cracker---decoder)
3. [Check this before making a pull request](https://github.com/Ciphey/Ciphey/wiki/What-to-check-before-a-pull-request)
# Contributing
* [What are all the repos in Ciphey? You only really need to know Ciphey, CipheyDists, and CipheyCore](https://github.com/Ciphey/Ciphey/wiki/Ciphey's-Repos,-explained) * [What are all the repos in Ciphey? You only really need to know Ciphey, CipheyDists, and CipheyCore](https://github.com/Ciphey/Ciphey/wiki/Ciphey's-Repos,-explained)
* [Things to check before submitting a PR](https://github.com/Ciphey/Ciphey/wiki/Things-to-check-before-submitting-a-PR) * [Things to check before submitting a PR](https://github.com/Ciphey/Ciphey/wiki/Things-to-check-before-submitting-a-PR)
* [Extending Ciphey](https://github.com/Ciphey/Ciphey/wiki/Extending-Ciphey) * [Extending Ciphey](https://github.com/Ciphey/Ciphey/wiki/Extending-Ciphey)
@ -41,3 +46,4 @@ Maybe you're interested in how this works :detective:
# Future Wiki Pages # Future Wiki Pages
Pages which are being worked on right now for features that are not fully implemented yet. Pages which are being worked on right now for features that are not fully implemented yet.
* [Tagging System](https://github.com/Ciphey/Ciphey/wiki/Tagging-System) * [Tagging System](https://github.com/Ciphey/Ciphey/wiki/Tagging-System)