Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Free Cryptography libraries [closed]

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
like image 621
sorush-r Avatar asked Aug 24 '26 19:08

sorush-r


1 Answers

The standard Python library (implementing common ciphers like AES and RSA) is PyCrypto. It doesn't support things like PKCS yet, however. There is a partial Python wrapper for the Crypto++ library given by PyCryptopp, which you may find useful.

The OpenSSL library is also wrapped for Python by PyOpenSSL. A Python implementation of SSH is Paramiko.

like image 114
rlotun Avatar answered Aug 26 '26 10:08

rlotun



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!