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
- Host: GitHub
- URL: https://github.com/remeic/unifi_caesarcipher
- Owner: Remeic
- License: mit
- Created: 2019-07-30T13:19:20.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-01T08:49:51.000Z (almost 7 years ago)
- Last Synced: 2025-02-14T10:18:23.366Z (over 1 year ago)
- Language: Java
- Size: 298 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```