Class Secret
java.lang.Object
us.irdev.bedrock.secret.Secret
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
static boolean
checkSecret
(String trySecret, String saltEncoded, String targetHashEncoded, String recipe) static boolean
checkSecret
(String trySecret, BagObject secretRecipe) static byte[]
computeHash
(String secret, byte[] salt, String recipe) static byte[]
computeHash
(String secret, String saltEncoded, String recipe) static BagObject
computeSecretRecipe
(String secret) static BagObject
computeSecretRecipe
(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
-