예제 #1
0
파일: Encrypt.java 프로젝트: JanTiger/space
 public static String ep(String input) {
   return Algorithm.Coder.BASE64.encode(input);
 }