minimumRecommendedSaltByteLength top-level constant

int const minimumRecommendedSaltByteLength

Minimum recommended byte length for salts to ensure sufficient entropy.

16 bytes (128 bits) is the minimum recommended by NIST and other standards to prevent rainbow table and brute-force attacks.

Implementation

const int minimumRecommendedSaltByteLength = 16;