Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 892 Bytes

Crypto.md

File metadata and controls

20 lines (14 loc) · 892 Bytes

Crypto Utility

Specifically shared to assist in Onboarding of Network Participants in ONDC

Option 1 to use it as docker container

docker run -p 8000:9001 proteantech/sign-encrypt:v1.0

Option 2 to use it as jar

Download jar and execute it as java -Dserver.port=8000 -jar ondc-sign-encrypt.jar

Use below postman collection to execute the same

Run in Postman

  • Generate Signing Keys
  • Generate Encryption Keys
  • Encrypt Challenge String
  • Decrypt Challenge String
  • Sign Request ID
  • Verfiy Request ID