Decryption Process

  1. Client receives encrypted message and the token
  2. Client makes request to XQ backend and passes access token and the token extracted from the message
  3. Backend checks that access token received is valid and checks that the user who sent the token is a valid user and allowed to view the message
  4. After user is validated as a recipient, backend sends encryption key to that client
  5. Client uses encryption key to decrypt the data.


Sign In or Register to comment.