saltSeparator property

String? saltSeparator
getter/setter pair

One or more bytes to be inserted between the salt and plain text password.

For stronger security, this should be a single non-printable character.

Implementation

core.String? saltSeparator;