salt property

String salt
final

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;