An open API service indexing awesome lists of open source software.

https://github.com/remeic/unifi_caesarcipher

Simple implementation of Caesar cipher in Java - University of Florence
https://github.com/remeic/unifi_caesarcipher

Last synced: about 1 year ago
JSON representation

Simple implementation of Caesar cipher in Java - University of Florence

Awesome Lists containing this project

README

          

# 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

```sh
$ 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
```