Sagar-Sharma-7 / Ceaser-Cipher

The action of a Caesar cipher is to replace each plaintext letter with a different one with a fixed number of places down the alphabet.

Home Page:https://sagar-sharma-7.github.io/Ceaser-Cipher/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ceaser-Cipher

The action of a Caesar cipher is to replace each plaintext letter with a different one a fixed number of places down the alphabet.


If you wanna try then click on the link below


Here are some screen shots



Editor used

alttext

Built with

html css js jquery


Cloning this repositary using command line

  1. Open Git Bash.
  2. Change the current working directory to the location where you want the cloned directory.
  3. Type git clone https://github.com/Sagar-Sharma-7/Ceaser-Cipher.git
  4. Press Enter to create the clone of this repositary.

Font used

@import url('https://fonts.googleapis.com/css2?family=Philosopher&display=swap');

div{
    font-family: 'Philosopher', sans-serif;
}

License

The scripts and documentation in this project are released under the MIT License

License: MIT



Contributions

Contributions are welcome! see Contribution's Guide


Code of Conduct

Be nice. See our code of conduct



How to reach me?

ForTheBadge makes-people-smile



Follower


ForTheBadge built-with-love ForTheBadge makes-people-smile

alttext

About

The action of a Caesar cipher is to replace each plaintext letter with a different one with a fixed number of places down the alphabet.

https://sagar-sharma-7.github.io/Ceaser-Cipher/

License:MIT License


Languages

Language:JavaScript 40.3%Language:CSS 35.3%Language:HTML 24.4%