jbainbridge98 / cipherApp

Cipher encryption and decryption
0 stars 1 forks source link

Monoalphabetic Substitution Cipher Problem #5

Open DolphinLHT opened 2 years ago

DolphinLHT commented 2 years ago

While using the monoalphabetic substitution cipher, the order of the display of the key and the ciphertext is confused. Also, it has problems itself because I try each for the ciphertext and another one for the key to decrypt, both get errors. bug2 1 bug2 2

jbainbridge98 commented 2 years ago

This is another error that came up due to the global variable issue. We know the problem and can fix it with changing 3 words. Unfortunate.

symxmyz233 commented 2 years ago

It is not a bug. Samilar thing is provided previously.