Skip to content

Conor-20105865/Caesar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Caesar Cipher JavaFX Application

This is a simple Caesar Cipher implementation using JavaFX, which allows users to encode and decode messages using the Caesar Cipher technique. The application provides a graphical interface for users to input their text, specify a shift value, and view the encoded or decoded result.

Features

  • Encode and decode messages with a Caesar Cipher.
  • Input field for the message.
  • Input field for the shift value.
  • Display the encoded/decoded output.
  • A simple user interface built with JavaFX.
  • Customizable shift value with default of 3.
  • Exit button to close the application.

About

This is a simple Caesar Cipher implementation using JavaFX, which allows users to encode and decode messages using the Caesar Cipher technique. The application provides a graphical interface for users to input their text, specify a shift value, and view the encoded or decoded result.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors