geegog / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"

About

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.


Languages

Language:Java 100.0%