CameronLonsdale / lantern

Cryptanalysis library for breaking classical ciphers
MIT License
26 stars 4 forks source link

Infer whitespace in text #6

Open CameronLonsdale opened 7 years ago

CameronLonsdale commented 7 years ago

quipquip.com puts whitespace in the resulting plaintext for you even if there are no whitespace hints. I'd like to add this feature.

CameronLonsdale commented 7 years ago

I still think this could be useful, im not sure how I would go about adding it. Maybe there can be a field in the Decrytion object called formatted_decryption or something. Not sure what algorithm would be good for infering whitespace though, probably some FSA. However this is not a priority at the moment.