Package org.jasypt.salt
package org.jasypt.salt
-
ClassDescriptionByte-array based implementation of
FixedSaltGenerator
, that will always return the same salt.Deprecated.Marker interface for all implementations ofSaltGenerator
that will always return the same salt (for the same amount of bytes asked).Deprecated.Deprecated in 1.9.2 in favour ofStringFixedSaltGenerator
, which implements the newFixedSaltGenerator
interface and therefore is able to benefit from the performance improvements associated with it.This implementation ofSaltGenerator
holds a secure random generator which can be used for generating random salts for encryption or digesting.Common interface for all salt generators which can be applied in digest or encryption operations.String based implementation ofFixedSaltGenerator
, that will always return the same salt.This implementation ofSaltGenerator
always returns a salt of the required length, filled with zero bytes.
ByteArrayFixedSaltGenerator
, which implements the newFixedSaltGenerator
interface and therefore is able to benefit from the performance improvements associated with it.