You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a Java program that implements a Caesar Cipher GUI (Graphical User Interface) using Swing and AWT libraries. The GUI allows the user to input a string and a shift value and then encrypts the string using the Caesar Cipher algorithm.
Java Desktop Application for Understanding Confusion and Diffusion in Encryption using Caesar Cipher, Playfair Cipher, Rail Fence Cipher, and Columnar Cipher
Este projecto é um pequeno laboratório de cifras clássicas, desenvolvido em Java com interface gráfica em Swing. O foco principal é a implementação das cifras de César, Hill e Vigenère, com fins educativos e experimentais. A aplicação permite ao utilizador testar como cada cifra funciona na prática.