MCPcopy Index your code
hub / github.com/f0ng/autoDecoder / encryptBASE64

Method encryptBASE64

src/com/autoDecoder/util/RSAencode.java:103–105  ·  view source on GitHub ↗
(byte[] key)

Source from the content-addressed store, hash-verified

101
102 //编码返回字符串
103 public static String encryptBASE64(byte[] key) throws Exception {
104 return Base64.encodeBase64String(key);
105 }
106
107 //解码返回byte
108 public static byte[] decryptBASE64(String key) throws Exception {

Callers 1

encryptMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected