继续潜水

导航

 

2017年12月14日

摘要: 1. Base64加密方式(可逆) Base64中的可打印字符包括字母A-Z/a-z/数组0-9/ 加号’+’斜杠’/’ 这样共有62个字符 Base64 ios7之后加入系统库 // 加密 public static String getBase64(String str) { byte[] b 阅读全文
posted @ 2017-12-14 16:46 继续潜水 阅读(3022) 评论(0) 推荐(0) 编辑