It should in theory be possible to handle most (text) ciphers by attempting to decipher them for each available cipher and checking the output against a language wordlist.
This should be fairly easy considering we don't need to do any image processing and can do a weight calculation on how many of the deciphered words exist in the provided wordlist.
See https://github.com/dhondta/python-codext for some ciphers
It should in theory be possible to handle most (text) ciphers by attempting to decipher them for each available cipher and checking the output against a language wordlist.
This should be fairly easy considering we don't need to do any image processing and can do a weight calculation on how many of the deciphered words exist in the provided wordlist.
See https://github.com/dhondta/python-codext for some ciphers