salt property
The random salt used during derivation, Base64-encoded.
A fresh 32-byte salt is generated per call — two hashes of the same password always produce different output.
Implementation
final String salt;
The random salt used during derivation, Base64-encoded.
A fresh 32-byte salt is generated per call — two hashes of the same password always produce different output.
final String salt;