Skip to content

A Java Program that encrypts and decrypts plain and cipher texts using the Caesar Cipher.

Notifications You must be signed in to change notification settings

ThelilJannah/Caesar-Cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 

Repository files navigation

Caesar-Cipher

ABOUT

A Java Program that encrypts and decrypts plain and cipher texts using the Caesar Cipher.



Usage

  1. Make sure you have JDK installed.
  2. Open CMD on Windows or Terminal on Linux/MacOs
  3. Clone this repo by running: git clone https://github.com/ThelilJannah/Caesar-Cipher/
  4. Run: cd Caesar-Cipher
  5. Run: javac CC\*.java to compile the source file.
  6. After the above step, run: java CC.CaesarCipher to start using the tool.

About

A Java Program that encrypts and decrypts plain and cipher texts using the Caesar Cipher.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages