My first idea was similar to the Pig Latin example, a basic text "encryption" application.
Text Encryption
Message
This would be a text box which would collect the user's text to modify. I would explicitly mention that non-alpha characters are left unencrypted to reduce complexity at this time.
My first idea was similar to the Pig Latin example, a basic text "encryption" application.
Text Encryption
Message
This would be a text box which would collect the user's text to modify. I would explicitly mention that non-alpha characters are left unencrypted to reduce complexity at this time.
Encryption Type
This section would be radio buttons:
The types above would have subset information required.
Caesar Cipher
Scrambled
Both
Does this seem doable for Project 2?