Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

The Cryptography System is based on the Caesar Cipher, a cryptography system focused on swapping positions between letters in the alphabet, which in this case, occurs between letters 3 positions ahead.

Notifications You must be signed in to change notification settings

davidsantana06/criptography-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Criptography System

1. Sobre

(PT-BR) O Criptography System tem como base a Cifra de César, um sistema de criptografia voltado para a troca de posições entre as letras no alfabeto, que neste caso, ocorre entre as letras com 3 posições à frente (exemplo: a letra 'A' transforma-se na letra 'D'). Além disso, é possível exibir o histórico de criptografias realizadas e consultar dados estatísticos simples sobre as interações realizadas. Para todas as interações com o terminal, ocorre uma validação, seguindo alguns critérios de integridade.

(EN-US) The Cryptography System is based on the Caesar Cipher, a cryptography system focused on swapping positions between letters in the alphabet, which in this case, occurs between letters 3 positions ahead (for example: the letter 'A' becomes the letter 'D'). Additionally, it is possible to display the history of performed cryptographies and consult simple statistical data about the interactions made. For every interaction with the terminal, a validation occurs, following some integrity criteria.


2. Como rodar

Para executar a aplicação, é necessário, em ordem:

  1. Instalar o Java JDK e JRE (neste caso, optou-se pelas versões 19 de ambos);
  2. Baixar os arquivos presentes neste repositório;
  3. Executar o arquivo "Main.java";
  4. Iniciar a interação com o terminal.

About

The Cryptography System is based on the Caesar Cipher, a cryptography system focused on swapping positions between letters in the alphabet, which in this case, occurs between letters 3 positions ahead.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages