This is an Android application designed to play around with the Ceaser Cypher Encryption and Decryption cryptography algorithm. It works by switching characters as per the given shift key by the user.Once the given text and shift key is given, a user can either decrypt or encrypt based oon their intentions. Application is intended for entertainment and learning of basic cryptography.
There are no known bugs. Project is done but further developments will be implemented in the coming future.
Clone this repository to your local machine to get Started Github: https://github.com/Princeyyyy/Ceasar-Cypher-Application.git
You need the following installed on your machine:
- Java
- JDK - Java Development Kit
- Gradle
- An IDE - Android Studio
To confirm run the following command on linux:
$ java --version //java version
$ gradle --version //gradle version
After cloning to your local machine navigate to the folder you cloned into and open it with Android Studio.
- Click the
Run
Button and Run it on your Emulator.
- Java - The language used.
- Android Studio - Integrated development Tool.
If you want to put out a pull request you first have to send us the sample code that you want to add to our repository for cross-checking before we allow the pull.
This project is licensed under the MIT License - see the LICENSE file for details