MCPcopy Create free account
hub / github.com/Firebasky/Java / EXP

Method EXP

Shiro/shiro550/src/main/java/com/firebasky/exp/ScanShiro.java:88–92  ·  view source on GitHub ↗

生成我们的exp @param path @param key @return @throws Exception

(String path,String key)

Source from the content-addressed store, hash-verified

86 * @throws Exception
87 */
88 public static String EXP(String path,String key) throws Exception{
89 AesCipherService aes = new AesCipherService();
90 ByteSource ciphertext = aes.encrypt(getBytes(path), (byte[])Base64.decode(key));
91 return ciphertext.toString();
92 }
93
94 /**
95 * 发送http请求

Callers 1

runMethod · 0.95

Calls 1

getBytesMethod · 0.95

Tested by

no test coverage detected