Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiUS/java-faker
/ md5
Method
md5
src/main/java/com/github/javafaker/Crypto.java:14–16 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
}
13
14
public
String md5() {
15
return
generateString(
"MD5"
);
16
}
17
18
public
String sha1() {
19
return
generateString(
"SHA-1"
);
Callers
1
testMd5
Method · 0.80
Calls
1
generateString
Method · 0.95
Tested by
1
testMd5
Method · 0.64