Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FongMi/CatVodSpider
/ md5
Method
md5
app/src/main/java/com/github/catvod/utils/Crypto.java:21–23 ·
view source on GitHub ↗
(String src)
Source
from the content-addressed store, hash-verified
19
public
class
Crypto {
20
21
public
static
String md5(String src) {
22
return
md5(src,
"UTF-8"
);
23
}
24
25
public
static
String md5(String src, String charset) {
26
try {
Callers
1
getQuery
Method · 0.95
Calls
2
toString
Method · 0.80
insert
Method · 0.80
Tested by
no test coverage detected