Skip to content

This is a simple Caesar Cipher program written in Java that can encrypt and decrypt text using a custom shift. The program works with all ASCII characters.

Notifications You must be signed in to change notification settings

Almutairi0/Caesar-Cipher-program

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Caesar Cipher in Java

This is a simple Caesar Cipher program written in Java that can encrypt and decrypt text using a custom shift. The program works with all ASCII characters.

Features

  • Encrypts user input by shifting all characters
  • Decrypts the encrypted text back to the original
  • Handles wrap-around for ASCII characters (0-127)
  • Simple command-line interface

About

This is a simple Caesar Cipher program written in Java that can encrypt and decrypt text using a custom shift. The program works with all ASCII characters.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages