This implementation of {@link SaltGenerator} holds a secure random generator which can be used for generating random salts for encryption or digesting.
The algorithm used for random number generation can be configured at instantiation time. If not, the default algorithm will be used.
This class is thread-safe.
@since 1.2 @author Daniel Fernández
|
|
|
|
|
|
|
|