免费加密库 [英] Free Cryptography libraries

查看:114
本文介绍了免费加密库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

最稳定和最有用的加密库,它们是:

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


  • 用python,c ++,c# net

  • 开源,GNU或其他免费许可证

推荐答案

标准Python库(实现AES和RSA等通用密码)是 PyCrypto 。但是,它不支持 PKCS 。对于 PyCryptopp 提供的Crypto ++库,您可能会发现部分Python包装器可能会对您有所帮助。

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.

OpenSSL库也是由 PyOpenSSL 为Python包装的。 SSH的Python实现是 Paramiko

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

这篇关于免费加密库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆