Inspiration
This is the first topic I saw on the list of potential ideas, so I picked it.
What it does
This app can encrypt/decrypt .txt files base on the key given, it rotates the bits to the left/right different time based on the key.
How I built it
I wrote it with c++;
Challenges I ran into
faced a logical bug during the writing of this code, which I miswrote the switch of the first bit with the last bit in a byte. and that the note pad will actually display char differently than ascii.
Accomplishments that I'm proud of
able to finish this project this time.
What I learned
I learned how some encryption works, and learned many more interesting things from the workshops.
What's next for A Cryption
I would make make most of the functions of the code private and hidden. I could also make the encryption more complex by using more than one key, maybe can also make try mix up the order of bits of more than one byte. I also can try to encrypt images since they also can be read byte by byte.
Log in or sign up for Devpost to join the conversation.