Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 420 Bytes

File metadata and controls

24 lines (20 loc) · 420 Bytes

Solve a cryptogram

Solve

Use the solve command to solve a cryptogram:

solve "uryyb jbeyq"

Example output:

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Candidate found with cipher 'ShiftCipher` and score '1.0':
Key: 13
Plaintext: hello world
HEX (utf8): 68656C6C6F20776F726C64

For specifying all options, see article Find key.

Help

Display documentation and help:

solve --help