Inspiration

This was an assignment assigned during a course on C.

What it does

Given a keyword and number seed, it can encode or decode a message.

How I built it

Using only C, I used a tabula recta with a randomized first line dependent on the number seed.

Challenges I ran into

The toughest part about this project was the implementation of the tabula recta.

Accomplishments that I'm proud of

What I learned

Throughout the course of this project, I learned a lot about how to use C.

What's next for Encrypt/Decrypt

I have considered making a messaging app that employs this encoder/decoder so only people you want can understant your messages.

Built With

Share this project:

Updates