ROTten Text is a simple .NET MAUI app that allows users to encrypt and decrypt texts using the ROT (Rotation by fixed numbers of characters) cipher method.
Here are some screenshots:
Android (Light Mode):
The app is adaptive to the system theme.
Android: You can download the Android app directly from here*. There are plans to publish it on Google Play Store in the future (currently, my country isn't supported for registration for publishing apps).
Windows: You can download the Windows app directly from here*. There are plans to publish it on Microsoft Store in the future.
Alternatively, to run the app on your local machine, you will need to have Visual Studio 2022 and the .NET 7 SDK installed. Once you have those installed, you can clone this repository and open the solution file in Visual Studio. From there, you can build and run the app on your local machine.
* I <3 side-loading apps! ;)
To use ROTten Text, firstly enter the text you want to encrypt or decrypt in the input field, choose the rotation number (i.e enter the first and second keys), and click the "Encrypt" or "Decrypt" button. The output will be displayed in the output field. You can also click the Copy or Share buttons to copy or share the result.
If you are interested in contributing to this project, feel free to fork the repository and submit a pull request. All kinds of contributions are welcome, including bug fixes, adding features, and user experience enhancement.
This project is licensed under GNU GPL version 3 license. See the LICENSE file for more information.



