DES加密字符串數據

DES加密字符串的使用:app      //   String key = "12345678";   String text = "個人好朋友";   try {    String result1 = DES.encryptDES(text,DES .key);    String result2 = DES.decryptDES(result1, DES .key);    Log.i("
相關文章
相關標籤/搜索