摘要:
void encode(File enfile, File defile) throws Exception { String Algorithm = "DES"; byte[] key = "cnmmlgb!".getBytes(); SecretKey deskey = new SecretKeySpec(key, Algorithm); Cipher c = Cipher.... 阅读全文
posted @ 2016-04-11 11:25
亦真亦假,何必当真
阅读(371)
评论(0)
推荐(0)