We were inspired by the movie "Imitation Game" and therefore, we wanted to make an application that encodes and decoded messages.
What it does
This application enables the user to input a message and encode it with a password then after the user sends the message to another user the second user can decode the message with the password.
How we built it
We made a class that creates the user interface, two classes with the algorithms that each encodes and decodes the message and an application class.
Challenges we ran into
The largest challenge was getting the encoded message to be printed to the user interface. We were using a lot of String and char methods that we had never encountered before.
Accomplishments that we're proud of
We are proud of a good sense of group collaboration and the accomplishment of the project.
What we learned
We learned how to alternate unicodes and hexadecimals to print out different chars.
Log in or sign up for Devpost to join the conversation.