MCPcopy 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

19public 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

getQueryMethod · 0.95

Calls 2

toStringMethod · 0.80
insertMethod · 0.80

Tested by

no test coverage detected