Password_Digest = Base64 ( SHA-1 ( nonce + created + password ) )Below list 2 test vector
Test Vector 1
You can use this form to check the correctness of your password digest.
Reference:Nonce : juVKtZ22NkCZfPadWjVAs2UAAAAAAA==Test Vector 2
created: 2016-03-24T06:16:28.732Z
password = 1234
PasswordDigest: oXq1ma7BR1vYdHBW01Hn1Aa1ppQ=
Nonce : Mdr8Vh3rBzmt1s+3b+nvNJWIlKk=
created: 2016-03-12T11:54:16Z
password = 1234
PasswordDigest: s/bk3KbayLIJb4mK95+g+Feu7+Y=
You can use this form to check the correctness of your password digest.