Este repositório contém uma implementação simples da Cifra de César em Python. A Cifra de César é uma técnica de criptografia clássica que envolve a substituição de cada letra em um texto por outra letra deslocada por um número fixo de posições no alfabeto.
This repository contains a simple implementation of the Caesar Cipher in Python. The Caesar Cipher is a classical encryption technique that involves replacing each letter in a text with another letter shifted by a fixed number of positions in the alphabet.
- Cifragem / Encryption: Implementação para cifrar mensagens usando a Cifra de César / Implementation for encrypting messages using the Caesar Cipher.
- Facilidade de Uso / Ease of Use: Interface simples para entrada de texto e exibição de resultados / Simple interface for text input and displaying results.
- Clone o repositório para o seu ambiente local / Clone the repository to your local environment.
- Execute o script Python
criptografia_de_cesar.py
/ Run the Python scriptcriptografia_de_cesar.py
- Siga as instruções para cifrar uma mensagem / Follow the instructions to encrypt a message.
Contribuições são bem-vindas! Se você tiver melhorias, correções ou novas funcionalidades, sinta-se à vontade para enviar um pull request / Contributions are welcome! If you have improvements, corrections, or new features, feel free to submit a pull request.