Updated Common things you may want to do (markdown)

Bee 2020-09-07 21:03:17 +01:00
parent 4b490bb7ed
commit d78954ebb6
1 changed files with 13 additions and 3 deletions

@ -7,9 +7,19 @@ This page will show you specific applications of Ciphey.
## How do I enable nested encryption?
[We held a vote and found that nested encryptions by default wasn't something people wanted.](https://github.com/Ciphey/Ciphey/issues/327)
```
-p ausearch.enable_nested=True
ciphey -p ausearch.enable_nested=True
```
## How do I use Regex?
```
-C regex -p regex.regex={
```
ciphey -C regex -p regex.regex={
```
## How do I disable the human checker?
Set the verbosity to less than 0.
```
ciphey -q
```
-q sets the verbosity to -1.