加密工具类 #### AES加密 AES.encrypt("内容".getBytes(),"12345678".getBytes()) #### MD5加密 MD5.encrypt("内容") #### SHA1加密 SHA1.encrypt("内容")