combined property
A portable string: iterations:saltBase64:hashBase64.
This is what you store in Firestore.
{ "passwordHash": "310000:saltBase64==:hashBase64==" }
Implementation
final String combined;
A portable string: iterations:saltBase64:hashBase64.
This is what you store in Firestore.
{ "passwordHash": "310000:saltBase64==:hashBase64==" }
final String combined;