Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hegdepavankumar authored Oct 13, 2023
1 parent 4380ebd commit 9b01772
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Caesar-Cipher
<hr>

![GitHub](https://img.shields.io/github/license/hegdepavankumar/Cipher-Encryption-Decryption?style=flat)
![GitHub top language](https://img.shields.io/github/languages/top/hegdepavankumar/Cipher-Encryption-Decryption?style=flat)
![GitHub last commit](https://img.shields.io/github/last-commit/hegdepavankumar/Cipher-Encryption-Decryption?style=flat)
![ViewCount](https://views.whatilearened.today/views/github/hegdepavankumar/Cipher-Encryption-Decryption.svg?cache=remove)


Caesar Cipher Encryption/Decryption
This project is a simple implementation of the Caesar cipher encryption and decryption algorithm using JavaScript, HTML, and CSS. The Caesar cipher is a substitution cipher that replaces each letter in the plaintext with a letter a certain number of positions down the alphabet.

Expand Down

0 comments on commit 9b01772

Please sign in to comment.