7
Answers

Generate Key ,iv ,Token

Tarun

Tarun

1y
1.1k
1

TOKEN GENERATE:-

token Token will be passed by signing the constructed plain JSON string with clients Private Key and convert the output to Base64 encoded string using algorithm SHA1withRSA.

KEY  GENERATE:-

? key Encrypt generated symmetric key of size 128 bits using banks public key with cipher algorithm Name/ MODE/ Padding for encryption using RSA / ECB / PKCS1Padding and convert the output to Base64 encoded string.

IV GENERATE :-

? iv An un-encoded 16-digit initialization vector to be passed used for encrypting the JSON string

  please help me!......

 

Answers (7)