Skip to content

nishadbhujbal/CaesarCipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CaesarCipherProject

This is a simple website that demonstrates the Caesar cipher encryption and decryption technique. The website is built using HTML, Tailwind CSS, and JavaScript.

Features User Input: The website allows users to input text that they want to encrypt and then decrypt.

Encryption: The entered text is encrypted using the Caesar cipher technique. Each character's ASCII value is increased by 3, generating an encrypted text.

Decryption: The encrypted text can be decrypted using the reverse process. The ASCII values of characters are decreased by 3 to generate the original text.

Output Display: Both the encrypted and decrypted texts are displayed on the website, showcasing the process and results.

Live Demo You can explore the live version of this website at: https://caesarcipherproject1.onrender.com

How to Use Open the website using the provided link. Enter the text you want to encrypt in the input field. Click the "Convert" button to see the encrypted text and decrypted text.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published