コード例 #1
0
ファイル: Encrypt.java プロジェクト: JanTiger/space
 public static String ep(String input) {
   return Algorithm.Coder.BASE64.encode(input);
 }