Inspiration

It was a bit curious in my mind that how this encryption and decryption works and specially what is the use of it in real world.

What it does

So my website is based on Caesar cipher and it takes the input from the user as a message and takes the key value so that it will encrypt the message in an arranged way. After that there is a display panel where it shows the encrypted sentence.

How we built it

We first write the html code for it. It's basically having 3 div classes and inside that there are some form tags like: input, label, textarea.

Challenges we ran into

1) The background image is not fitting properly in the website, so it has been fixed 2) "encryptedMessage" variable was declared as "const" so it was not giving any output as per the for loop, because the variable is constant and it is set to as an empty string. So that was been solved.

Accomplishments that we're proud of

Literally, all the error and silly mistakes make the way harder but also it feels more proud after successfully execution.

What we learned

I learned how to encrypt any message and the java script code and some syntax.

What's next for Caesar Cipher

I wanna do some improvement by putting some images on it. Like, there will be unknown images and after user clicks it it will generate a encrypted message and while decrypt it will show a image based on that message

Built With

Share this project:

Updates