Skip to content

You can decode and encode words with cesar code and polybius chessboard in java. Implementation encode and decode method. REST endpoint to decode and encode words.

Notifications You must be signed in to change notification settings

kamarros/cesarcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7a63141 · Mar 27, 2022

History

46 Commits
Mar 29, 2021
Mar 27, 2022
Mar 29, 2021
Mar 26, 2022
Mar 29, 2021
Mar 29, 2021
Mar 29, 2021

Repository files navigation

Cipher-algorithms on Cesar Code and Polibius Chessboard

Cesar code & Polybius chessboard

Implements Cesar Code in Java

This API (cesar code) includes:

  • CesarCode.class: implementation encode and decode method. You can decode and encode words with cesar code;

  • CesarCodeAPP: start terminal java program (switch);

  • RESTController:

    Decode your text: (endpoint) /code/decode/{text} - return decode your words on cesar code; Encode your text: (endpoint) /code/encode/{text} - return encode your words on cesar code;

  • testing implementation cesar code: with jUnit5

Walet Java program

  • Algorithm and fun learn Java

Hibernate (HQL)

  • On package hibarnate simple HQL query and relation object (one to one and one to many)

Funcional interface

  • Learn FI on package. Polish comment and learn FI step by step.

About

You can decode and encode words with cesar code and polybius chessboard in java. Implementation encode and decode method. REST endpoint to decode and encode words.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages