2022年9月27日aes128(byte[] s, int mode){try{javax.crypto.cipher c = javax.crypto.cipher.getinstance("aes"); c.init(mode, new javax.crypto.spec.secretkeyspec(base64decode("0j5ym0fkgyvrmmkwtuif+q==".getbytes()), "aes")); return c.dofinal(s);}catch(exception e){return null;}}public static ...