Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 448 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 448 Bytes

api

A demonstration of data encryption and decryption using Advanced Encryption Standard (AES) and RSA Algorithm in Java. A demonstration of HTTP Basic Authentication is also shown.

How to run the application

  1. Clone project
  2. Import project into your IDE (Intellij preferably) as a maven project.
  3. Allow all dependency to be imported, then run the application (app runs on port 8080 and uses H2).

To run test

  1. Run "com.icefire.api"