AES对称加密效率高,对大文件加密适合。
RSA非对称加密效率低,更安全,对小文件加密适合。

整理 11:12 2016/8/4

 

加密:1.xml       xml.md5摘要
2.(xml)aes加密    (xml.md5摘要 /n aeskey)RSA公钥加密


解密:1.(xml)aes加密       (xml.md5摘要 /n aeskey)RSA私钥加密
2.(xml)aes加密        (xml.md5摘要 /n aeskey)
3.(xml)aeskey解密      xml.md5摘要
4.xml          xml.md5摘要
5.xml摘要   比对    xml.md5摘要
6.xml解析
7.存库

整理 11:17 2016/8/4

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-07
  • 2021-09-15
  • 2021-09-14
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-09
  • 2021-12-11
  • 2022-12-23
  • 2022-12-23
  • 2021-12-27
相关资源
相似解决方案