Updated _Sidebar (markdown)

Bee 2020-09-10 12:24:14 +01:00
parent 8ed0b03f64
commit 2a7ebf0580
1 changed files with 7 additions and 6 deletions

@ -4,17 +4,18 @@
## 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 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)
* [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 # Adding your own crackers / decoders
1. [Adding your own ciphers to Ciphey](https://github.com/Ciphey/Ciphey/wiki/Adding-your-own-ciphers) 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) 2. [Testing your code](https://github.com/Ciphey/Ciphey/wiki/Testing-your-cracker---decoder)