Free Cryptography libraries

后端 未结 4 653
小鲜肉
小鲜肉 2021-02-06 18:43

What are the most stable and useful Cryptography libraries, that they are:

  • written with/for python, c++, c#, .net
  • opensource, GNU, or other free license
4条回答
  •  -上瘾入骨i
    2021-02-06 19:12

    Take a look at KeyCzar

    Some features of Keyczar include:

    • A simple API
    • Key rotation and versioning
    • Safe default algorithms, modes, and key lengths
    • Automated generation of initialization vectors and ciphertext signatures
    • Java, Python, and C++ implementations
    • International support in Java (Python coming soon)

    Doesn't seem to have C# support though.

提交回复
热议问题