Sahamati / rahasya

The project aims to simplify the usage of ECC curve (curve25519) with Diffie-Hellman Key exchange. The work is inline with the Account Aggregator Specification.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rahasya

Codacy Badge

The project aims to simplify the usage of ECC curve (curve25519) with Diffie-Hellman Key exchange.
The work is inline with the Account Aggregator Specification.

NOTE: This project is moved from gsasikumar/forwardsecrecy as on 25/08/2021

Getting Involved / Contributing

To contribute, simply make a pull request and add a brief description of your addition or change. For more details, check the contribution guidelines.

How to Run

The image is pushed into docker hub. Thats the easiest to start https://hub.docker.com/r/gsasikumar/forwardsecrecy/tags

  1. docker pull gsasikumar/forwardsecrecy:V1.2
  2. docker run -p 8080:8080 gsasikumar/forwardsecrecy:V1.2
  3. Access the swagger as localhost port 8080. http://localhost:8080/swagger-ui.html

How to build

  1. ./gradlew build

How to run docker

  1. docker run -p 8080:8080 gsasikumar/forwardsecrecy:V1.2

About

The project aims to simplify the usage of ECC curve (curve25519) with Diffie-Hellman Key exchange. The work is inline with the Account Aggregator Specification.

License:Apache License 2.0


Languages

Language:Java 85.3%Language:CMake 7.7%Language:JavaScript 3.5%Language:C 2.5%Language:Dockerfile 0.9%Language:Shell 0.1%