Recommended Python cryptographic module?

后端 未结 8 1117
余生分开走
余生分开走 2020-12-13 00:50

I\'ve been exploring what cryptographic modules are available to Python, and I\'ve found 3: ezPyCrypt, yawPyCrypt and KeyCzar (which actually supports a few languages, but P

相关标签:
8条回答
  • 2020-12-13 01:24

    How about PyCrypto (formerly http://www.amk.ca/python/code/crypto.html)??

    0 讨论(0)
  • 2020-12-13 01:25

    Another crypto library to consider is PyCryptodome, a fork of PyCrypto with PyPy support and a few more primitives (SHA-3, Salsa20, scrypt, etc).

    0 讨论(0)
提交回复
热议问题