Package com.exedio.cope.pattern
Class MD5Hash
java.lang.Object
com.exedio.cope.Feature
com.exedio.cope.Pattern
com.exedio.cope.pattern.Hash
com.exedio.cope.pattern.MD5Hash
- All Implemented Interfaces:
HashInterface
,Settable<String>
,Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.exedio.cope.pattern.Hash
Hash.Algorithm, Hash.InvalidPlainTextException, Hash.PlainTextValidator
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.exedio.cope.pattern.Hash
blind, blind, check, checkPlainText, execute, getAlgorithm, getAlgorithm2, getAlgorithmID, getAlgorithmName, getEncoding, getHash, getInitialExceptions, getInitialType, getPlainTextLimit, getPlainTextValidator, getStorage, hash, isFinal, isInitial, isMandatory, isNotNull, isNotNull, isNull, isNull, isNull, limit, newRandomPassword, optional, set, setHash, toFinal, validate
Methods inherited from class com.exedio.cope.Pattern
addSource, addSource, addSource, addSource, addSourceFeature, addSourceFeature, addSourceFeature, annotationField, equals, getGeneratedTypes, getSourceFeatures, getSourceFeaturesGather, getSourceFields, getSources, getSourceTypes, getType, hashCode, initialize, newSourceType, newSourceType, newSourceType, newSourceType, newSourceType, newSourceType, newType, newType, onMount, registerSource
Methods inherited from class com.exedio.cope.Feature
afterModelCreated, getAbstractType, getAnnotation, getID, getLocalizationKeys, getName, getPattern, isAnnotationPresent, isSourceAlready, mount, readResolve, requireMounted, toString, toString, writeReplace
-
Constructor Details
-
MD5Hash
Deprecated.This hash is insecure, because it does neither use salts nor iterations. For a full description see https://www.owasp.org/index.php/Hashing_Java. -
MD5Hash
Deprecated.This hash is insecure, because it does neither use salts nor iterations. For a full description see https://www.owasp.org/index.php/Hashing_Java.
-