Skip navigation links

Package org.antfarmer.ejce.password

Contains classes related to password hashing and provides a Hibernate UserType class which encodes plain-text passwords transparently for updates.

See: Description

Package org.antfarmer.ejce.password Description

Contains classes related to password hashing and provides a Hibernate UserType class which encodes plain-text passwords transparently for updates. Since these utilize one-way hashing functions, references to the password encoder via the PasswordEncoderStore are required to verify passwords within the application.
Skip navigation links