public class Digest extends Object
Constructor and Description |
---|
Digest() |
Modifier and Type | Method and Description |
---|---|
static boolean |
bcryptCheck(String plaintext,
String hashed) |
static boolean |
cryptCheck(String plaintext,
String hashed) |
static boolean |
isBcryptHashed(String hashed) |
static boolean |
isMd5Hashed(String hashed) |
static boolean |
isShaHashed(String hashed) |
static boolean |
md5Check(String plaintext,
String hashed) |
static boolean |
shaCheck(String plaintext,
String hashed) |
Copyright © 2018 Eclipse. All rights reserved.