Skip to content

bitflicker64/Encrypt_java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Encrypt_java πŸ”’

A tiny Java CLI demo that performs a simple Caesar-style character shift (key = 1) on a single input line. The program prints the shifted ("encrypted") string, then shifts back and prints the original ("decrypted") string.


βœ… Features

  • Single-file Java program: Encrypt.java
  • Reads one line from standard input
  • Shifts every character by +1 (e.g., 'a' β†’ 'b') and prints the result
  • Immediately shifts back by -1 and prints the original line

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages