add readme
This commit is contained in:
parent
b862767944
commit
63538efd6a
1 changed files with 115 additions and 0 deletions
115
README.md
Normal file
115
README.md
Normal file
|
|
@ -0,0 +1,115 @@
|
|||
# Substitution helper
|
||||
Helps with cracking (English-only) substitution ciphers.
|
||||
|
||||
## Usage example
|
||||
```
|
||||
substitution-helper < README.md SZ
|
||||
┌───┬───────┬────┐
|
||||
│ L │ Freq │ N │
|
||||
╞═══╪═══════╪════╡
|
||||
│ e │ 11.4% │ 12 │
|
||||
├───┼───────┼────┤
|
||||
│ Z │ 10.5% │ 11 │
|
||||
├───┼───────┼────┤
|
||||
│ t │ 9.5% │ 10 │
|
||||
├───┼───────┼────┤
|
||||
│ i │ 9.5% │ 10 │
|
||||
├───┼───────┼────┤
|
||||
│ u │ 6.7% │ 7 │
|
||||
├───┼───────┼────┤
|
||||
│ n │ 5.7% │ 6 │
|
||||
├───┼───────┼────┤
|
||||
│ l │ 5.7% │ 6 │
|
||||
├───┼───────┼────┤
|
||||
│ h │ 5.7% │ 6 │
|
||||
├───┼───────┼────┤
|
||||
│ r │ 4.8% │ 5 │
|
||||
├───┼───────┼────┤
|
||||
│ p │ 4.8% │ 5 │
|
||||
├───┼───────┼────┤
|
||||
│ o │ 3.8% │ 4 │
|
||||
├───┼───────┼────┤
|
||||
│ a │ 3.8% │ 4 │
|
||||
├───┼───────┼────┤
|
||||
│ m │ 2.9% │ 3 │
|
||||
├───┼───────┼────┤
|
||||
│ g │ 2.9% │ 3 │
|
||||
├───┼───────┼────┤
|
||||
│ c │ 2.9% │ 3 │
|
||||
├───┼───────┼────┤
|
||||
│ b │ 2.9% │ 3 │
|
||||
├───┼───────┼────┤
|
||||
│ d │ 1.9% │ 2 │
|
||||
└───┴───────┴────┘
|
||||
┌────┬──────┬───┐
|
||||
│ Di │ Freq │ N │
|
||||
╞════╪══════╪═══╡
|
||||
│ ti │ 6.7% │ 6 │
|
||||
├────┼──────┼───┤
|
||||
│ on │ 4.5% │ 4 │
|
||||
├────┼──────┼───┤
|
||||
│ it │ 4.5% │ 4 │
|
||||
├────┼──────┼───┤
|
||||
│ ut │ 3.4% │ 3 │
|
||||
├────┼──────┼───┤
|
||||
│ ub │ 3.4% │ 3 │
|
||||
├────┼──────┼───┤
|
||||
│ tu │ 3.4% │ 3 │
|
||||
├────┼──────┼───┤
|
||||
│ st │ 3.4% │ 3 │
|
||||
├────┼──────┼───┤
|
||||
│ lp │ 3.4% │ 3 │
|
||||
├────┼──────┼───┤
|
||||
│ io │ 3.4% │ 3 │
|
||||
├────┼──────┼───┤
|
||||
│ he │ 3.4% │ 3 │
|
||||
├────┼──────┼───┤
|
||||
│ er │ 3.4% │ 3 │
|
||||
├────┼──────┼───┤
|
||||
│ el │ 3.4% │ 3 │
|
||||
├────┼──────┼───┤
|
||||
│ bs │ 3.4% │ 3 │
|
||||
├────┼──────┼───┤
|
||||
│ su │ 2.2% │ 2 │
|
||||
├────┼──────┼───┤
|
||||
│ pe │ 2.2% │ 2 │
|
||||
├────┼──────┼───┤
|
||||
│ ng │ 2.2% │ 2 │
|
||||
└────┴──────┴───┘
|
||||
┌─────┬──────┬───┐
|
||||
│ Tri │ Freq │ N │
|
||||
╞═════╪══════╪═══╡
|
||||
│ uti │ 4.1% │ 3 │
|
||||
├─────┼──────┼───┤
|
||||
│ ubs │ 4.1% │ 3 │
|
||||
├─────┼──────┼───┤
|
||||
│ tut │ 4.1% │ 3 │
|
||||
├─────┼──────┼───┤
|
||||
│ tit │ 4.1% │ 3 │
|
||||
├─────┼──────┼───┤
|
||||
│ tio │ 4.1% │ 3 │
|
||||
├─────┼──────┼───┤
|
||||
│ sti │ 4.1% │ 3 │
|
||||
├─────┼──────┼───┤
|
||||
│ itu │ 4.1% │ 3 │
|
||||
├─────┼──────┼───┤
|
||||
│ ion │ 4.1% │ 3 │
|
||||
├─────┼──────┼───┤
|
||||
│ elp │ 4.1% │ 3 │
|
||||
├─────┼──────┼───┤
|
||||
│ bst │ 4.1% │ 3 │
|
||||
├─────┼──────┼───┤
|
||||
│ sub │ 2.7% │ 2 │
|
||||
├─────┼──────┼───┤
|
||||
│ per │ 2.7% │ 2 │
|
||||
├─────┼──────┼───┤
|
||||
│ lpe │ 2.7% │ 2 │
|
||||
├─────┼──────┼───┤
|
||||
│ hel │ 2.7% │ 2 │
|
||||
└─────┴──────┴───┘
|
||||
# ZubZtitution helper
|
||||
helpZ with cracking (engliZh-only) ZubZtitution cipherZ.
|
||||
|
||||
## uZage example
|
||||
…
|
||||
```
|
||||
Loading…
Reference in a new issue