Free cryptography libraries

What are the most stable and useful cryptography libraries:

  • written with / for python, C ++, C # ,. net
  • opensource, GNU, or another free license
+2
source share
4 answers

Python standard library (implementing common ciphers such as AES and RSA) PyCrypto . However, it does not support features such as PKCS . There is a partial Python shell for the Crypto ++ library provided by PyCryptopp , which you may find useful.

OpenSSL Python PyOpenSSL. SSH Python Paramiko.

+2
+2

KeyCzar

Keyczar :

  • API
  • ,
  • Java, Python ++
  • Java ( Python)

, #.

+1

NSS works with C ++ and has bindings for Java and Python, although I'm not sure if it has .NET / Mono bindings yet.

0
source

Source: https://habr.com/ru/post/1743888/


All Articles