Please enable JavaScript.
Coggle requires JavaScript to display documents.
Cryptography Flow Chart, Message gets decrypted - Coggle Diagram
Cryptography Flow Chart
Input whether the user wants to encrypt or decrypt
Encrypt
Input whether the user wants to use shifting or swapping
Shifting
User inputs the message
User inputs how much it wants to shift by
Message gets encrypted
Encrypted message is outputted
Swapping
User inputs the message
Message gets encrypted
Encrypted message gets outputted
Decrypt
Input whether the user wants to use shifting or swapping
Swapping
User inputs message
Message gets decrypted
Decrypted message gets outputted
shifting
User inputs message
User inputs how much it shifts by
Message gets decrypted
decrypted message gets outputted