A PasswordEncoder implementation that uses SHA-256 hashing implemented by the Sun provider with 8-byte random salting by default. Compatibility note: this implementation does NOT perform digest iterations e.g. 1024 iterations. This is for compatibility with the existing password database. See {@link StandardPasswordEncoder} for an implementation that does perform digest iteration correctly (which makes its digests more secure).
@author Keith Donald
@see StandardPasswordEncoder
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.