
xxxxxxxxxx
#Enigma Crib Analysis - www.101computing.net/enigma-crib-analysis/
ciphertext = "HQEYSAWQSTNTLGKPESREVL"
plaintext = "SECRETMESSAGE"
#Complete the code here to output all possible valid cribs using the ciphertext and the plaintext to use for the crib
#You will need to test all posible positions of the crib and discard cribs containing at least one letter encoded as itself.
task_alt