Skip to content

traebracy/Caesar-Cipher-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Caesar Cipher

This is a Caesar Cipher program that encrypts text by shifting letters through the alphabet.

The user enters a message and a shift value, and the program uses that shift to change each letter. I built this to practice string manipulation, loops, and basic encryption logic.

Concepts Practiced

  • String manipulation
  • Loops
  • Character shifting
  • User input
  • Basic encryption logic

What I Learned

This project helped me understand how text can be transformed through code and how a simple encryption method works behind the scenes.

About

Caesar Cipher program that encrypts text by shifting letters through the alphabet.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages