Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 1.63 KB

README.md

File metadata and controls

55 lines (35 loc) · 1.63 KB

Ceaser-Cypher-Application

Description

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.

Known Bugs

There are no known bugs. Project is done but further developments will be implemented in the coming future.

Getting Started

Clone this repository to your local machine to get Started Github: https://github.com/Princeyyyy/Ceasar-Cypher-Application.git

Prerequisites

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

Installing

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.

Built With

Contributing

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.

License

This project is licensed under the MIT License - see the LICENSE file for details