Recommended Python cryptographic module?

后端 未结 8 1181
余生分开走
余生分开走 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条回答
  •  旧时难觅i
    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).

提交回复
热议问题