https://github.com/ravi-prakash1907/encryptit
Project for Encryption
https://github.com/ravi-prakash1907/encryptit
application encryption java project python route-cipher
Last synced: about 1 month ago
JSON representation
Project for Encryption
- Host: GitHub
- URL: https://github.com/ravi-prakash1907/encryptit
- Owner: ravi-prakash1907
- License: mit
- Created: 2018-04-19T15:56:14.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-05-01T03:56:04.000Z (about 4 years ago)
- Last Synced: 2023-03-09T05:16:18.069Z (over 3 years ago)
- Topics: application, encryption, java, project, python, route-cipher
- Language: Java
- Homepage: https://ravi-prakash1907.github.io/EncryptIT/
- Size: 1.31 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EncryptIT

After getting inspired from the Enigma machine, I developed this **Route Cipher** based algorithm. Its processing & working varies a lot than the actual enigma machine. _EncryptIt_ has been successfully integrated with two (2) more applications, as well.
## Basic Info
1. This project is available in 2 different languges i.e. Java and Python
2. Here if you just want to access the Encryption/Decryption utility, you can use Jar (runnable) files for the same
3. The Pyhton Version of Same Software is implemented into a Chat Room App, that is available at:
[Chatroom Application in Python](https://github.com/ravi-prakash1907/Chatroom-Application)
## Executing the Encryption alone through terminal
Initially run the server
```java -jar serverMain.jar```
Now, the client can perform its job.
Launch the client application using following command:
```java -jar clientMain.jar```