Overview
The Encryption Wheel is a tool for encrypting and decrypting messages using a rotational cipher. This project serves as an educational resource for understanding basic encryption techniques.
Features
- Simple text input for encryption and decryption.
- Adjustable rotation for customizable shifts.
- Instant feedback on encoded/decoded messages.
Usage
- Enter your message in the input field.
- Set the rotation for your cipher.
- Click Encrypt to see the encoded message.
- For decryption, input the encrypted text and enter what letter on the outer-wheel corresponds to the 'A' on the inner-wheel (in the seperate text box), and click Decrypt.
Contributing
Contributions are welcome! To contribute:
- Fork the repository.
- Create a new branch.
- Make your changes and commit them.
- Push your branch and open a pull request.
License
This project is licensed under the MIT License. See the LICENSE file for details.