Tarun

Tarun

  • 1.2k
  • 445
  • 14.3k

Generate Key ,iv ,Token

Apr 29 2023 4:09 AM

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)