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

https://github.com/annal001/command-line-caesar-cipher

A Java application that implements a caesar cipher which is a type of substitution in which each letter is shifted a certain number of places also known as a key, down the alphabet(A-Z). It includes encoding and decoding.
https://github.com/annal001/command-line-caesar-cipher

caesar-cipher command-line-app java java-17 junit5 object-oriented-programming

Last synced: 11 months ago
JSON representation

A Java application that implements a caesar cipher which is a type of substitution in which each letter is shifted a certain number of places also known as a key, down the alphabet(A-Z). It includes encoding and decoding.

Awesome Lists containing this project