2019-05-17 ThreeDS相关阅读

ThreeDS相关阅读

  • 与 JOSE 战斗的日子 https://onevcat.com/2018/12/jose-2/
  • JWT 筆記(2)--演算法https://mileschou.github.io/jwt-note-part-2/
  • iOS网络请求安全(JWT,RSA)https://www.jianshu.com/p/08b85f749c86
  • 基于JWE的API加密方案设计 https://www.jianshu.com/p/9c2a8676b8d1
  • Javascript Object Signing and Encryption (JOSE)https://jose.readthedocs.io/en/latest/
  • 基于Token的身份验证——JWThttps://www.jianshu.com/p/72c7cf63d7df
  • 使用Security.framework进行RSA 加密解密签名和验证签名 https://www.cnblogs.com/cocoajin/p/6183443.html
  • iOS RSA非对称加密证书的生成(简洁明了)https://blog.csdn.net/lining1041204250/article/details/79259920
  • AES的五种加密模式 https://www.jianshu.com/p/a455957889ff
  • 椭圆曲线密码Elliptic Curve Cryptography library for iOS (ECDSA and ECDH) https://www.helplib.com/c/mutia_119008
  • JSON Web Encryption (JWE) Examples for Objective-C https://www.example-code.com/objc/jwe.asp
  • Hash, MAC,HMAC 区别https://www.cnblogs.com/songhan/archive/2012/07/29/2613898.html
  • HMAC与MAC算法在密码学的区别 https://www.zhihu.com/question/26605600
  • JSON Web Key (JWK) Thumbprint https://tools.ietf.org/html/rfc7638
  • JSON Web Algorithms (JWA) https://tools.ietf.org/html/rfc7518

Github

  • https://github.com/ideawu/Objective-C-RSA
  • https://github.com/yourkarma/JWT
  • https://github.com/latchset/jose
  • https://github.com/NKJWT/NKJWT
  • https://github.com/ZeframLou/ZLRSACrypto
  • https://github.com/panva/jose
  • https://github.com/cocoajin/Security-iOS
  • https://github.com/ricmoo/GMEllipticCurveCrypto

Tools

  • https://www.toolnb.com/tools-lang-zh-CN/testrsa.html 多种在线验证加密,对比验证
  • https://1024tools.com/hmac HMAC散列验证
  • https://cryptii.com/pipes/base64-to-hex 多种数据编码解码验证
  • https://jwt.io/#debugger-io JWT验证

你可能感兴趣的:(2019-05-17 ThreeDS相关阅读)