Skip to content

MiaSelene/Java_Caesar_Encoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Java_Caesar_Encoder

This java class provides functionality to shift the string indeces by a fixed amout, to implement the so called caesar cipher.

To use, run the script with

javac Caesar.java

and then issue your command with

java Caesar <STRING YOU WANT TO TRANSFORM> <ENCRYPTION SHIFT AS INT>

it will return the string, with each char shifted by arg[1] in the alphabet

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages