SkillAgentSearch skills...

Cesarcode

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.

Install / Use

/learn @kamarros/Cesarcode
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Cipher-algorithms on Cesar Code and Polibius Chessboard

Cesar code & Polybius chessboard

  • definition Cesar code: https://pl.wikipedia.org/wiki/Szyfr_Cezara
  • definition Polybius chessboard: https://pl.wikipedia.org/wiki/Szachownica_Polibiusza
  • API build Maven
  • API Spring boot project generate

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.

Related Skills

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated1y ago
Forks0

Languages

Java

Security Score

60/100

Audited on Jan 13, 2025

No findings