Skip to main content
. 2020 Nov 12;20(22):6471. doi: 10.3390/s20226471
Algorithm 3: SSO login.
Input: SIDi, SPWi.
Output: True or False.
  • 1:

    Ui enters SIDi and SPWi.

  • 2:

    SSO server computes Ai=H(SPWi)H(riSIDi).

  • 3:

    SSO server compares Ai and Ai.

  • 4:

       if above check holds, then output True, and confirm legitimacy of Ui.

  • 5:

       otherwise, output False, and terminate the login.