/UNIFI_CaesarCipher

Simple implementation of Caesar cipher in Java - University of Florence

Primary LanguageJavaMIT LicenseMIT

UNIFI_CaesarCipher

Simple implementation of Caesar cipher in Java - University of Florence

Usage

  • Export jar from eclipse or your java IDE
  • Open the command line
  • Run the program
$ java -jar ceaserCipher-giuliofagioli.jar -e unifi
$ java -jar ceaserCipher-giuliofagioli.jar -e hello world
$ java -jar ceaserCipher-giuliofagioli.jar -d aqnin
$ java -jar ceaserCipher-giuliofagioli.jar -h