menu
cipherlib package
documentation
hashlib.dart
Argon2
salt property
salt property
dark_mode
light_mode
salt
property
List
<
int
>
get
salt
Salt (16 bytes recommended for password hashing)
Implementation
List<int> get salt => _ctx.salt;
cipherlib package
documentation
hashlib
Argon2
salt property
Argon2 class