Skip to content
This repository was archived by the owner on Feb 23, 2019. It is now read-only.

Vuologist/CS3800_proj3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

Encryption/Decryption Generator

Prerequisites

nodejs

Install

Navigate into ./main_server and ensure you can access nodejs by typing "node --version". If it return a version, proceed to do 'npm install' to install dependencies. If it doesn't return a version, make sure nodejs is installed correctly or perform a reinstall.

cd main_server
node --version // v10.xx.x
npm install

Repeat this for ./encryption_server to get dependencies for the encryption server.

cd encryption_server // remember to 'cd ..' out to root directory
npm install

Run

You will need two terminals to run this program. Start by running the main server.

cd main_server // terminal 1
node index.js

then run encryption server

cd encryption_server // terminal 2
node index.js

Open up Chrome, and enter "http://localhost:3000", where an index page will be served to your browser. From there you can start decrypting and encrypting your data.

HowTo

Input valid data into either the encrypt or decrypt text box, then click the corresponding button. A rest call will be performed and the result shown in the opposite box. Output will be displayed on the opposite box and overwrite the existing data if present.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published