• Stars
    star
    288
  • Rank 143,818 (Top 3 %)
  • Language
    C
  • Created about 9 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

iOS Object-C OC swift RSA加密

Build Status GitHub issues GitHub forks GitHub stars Twitter

经过1年的读者反馈,总结出来的比较完善的加密解密库。

  1. 解决加密长度限制
  2. 解决加密中文
  3. Java配套加密解密方法
   加密过程: str -> utf8编码 -> 字符串分割 -> 循环加密 -> 拼接 -> 结果
   解密过程: str -> 字符串分割 -> 循环解密 -> 拼接 -> utf8解码 -> 原字符串