KEY ENCRYPTION AND DECRYPTION PROCESS FLOW
For the Boolean match service, depending on the programming language you will be using to develop, you would access the particular folder for the instruction on Key Encryption. You will use the required SSM Library in the folder for key generation. Included in this implementation kit are two: one for java and .net.
NIBSS public key has been included in this kit. Once you have generated your own public key, share with NIBSS for configuration.
KEY ENCRYPTION PROCESS FLOW:
When sending request to NIP, you encrypt with NIBSS public key
When receiving response from NIP, you decrypt with your private key.
When NIBSS is receiving your request, NIBSS decrypts with their private key.
When NIBSS is sending response back to you, NIBSS encrypts with your public key.
Last updated
Was this helpful?