Skip to content
/ api_jwt Public

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

Notifications You must be signed in to change notification settings

geegog/api_jwt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

51f165c · Feb 20, 2020

History

8 Commits
Feb 20, 2020
Jun 29, 2019
Jul 3, 2019
Jun 29, 2019
Jun 29, 2019
Jun 29, 2019

Repository files navigation

api_jwt

A demonstration of data encryption and decryption using Advanced Encryption Standard (AES) and RSA Algorithm in Java. A demonstration of JWT Authorization 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 JWT Authorization is also shown.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages