Class Secret
java.lang.Object
us.irdev.bedrock.secret.Secret
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanstatic booleancheckSecret(String trySecret, String saltEncoded, String targetHashEncoded, String recipe) static booleancheckSecret(String trySecret, BagObject secretRecipe) static byte[]computeHash(String secret, byte[] salt, String recipe) static byte[]computeHash(String secret, String saltEncoded, String recipe) static BagObjectcomputeSecretRecipe(String secret) static BagObjectcomputeSecretRecipe(String secret, String recipe)
-
Field Details
-
RECIPE
- See Also:
-
SHA_512
- See Also:
-
GRANNYS_SECRET_RECIPE
- See Also:
-
SALT
- See Also:
-
HASH
- See Also:
-
MASTER_RECIPE
-
-
Constructor Details
-
Secret
public Secret()
-
-
Method Details
-
computeHash
-
computeHash
-
computeSecretRecipe
-
computeSecretRecipe
-
checkSecret
-
checkSecret
-
check
-