- 授权协议: Apache&BSD
- 开发语言: Python
- 操作系统: Linux
- 软件首页: https://github.com/pyca/cryptography
- 软件文档: https://cryptography.io/
软件介绍
Cryptography 是一个开发包,为 Python 开发者们提供了加密基元(cryptographic primitives)和秘诀(recipes)。它支持 Python 2.6-2.7、Python 3.3+ 和 PyPy。Cryptography 含有两个高层秘诀和低层接口来加密算法,比如说:对称密码算法、消息摘要和密钥派生成函数。
在使用 Cryptography 之前你必须解决以下问题:
Lack of PyPy and Python 3 support.
Lack of maintenance.
Use of poor implementations of algorithms (i.e. ones with known side-channel attacks).
Lack of high level, “Cryptography for humans”, APIs.
Poor introspectability, and thus poor testability.
Extremely error prone APIs, and bad defaults.
.NET框架程序设计
(美)Jeffrey Richter、(美)Francesco Balena / 李建忠 / 华中科技大学出版社 / 2004-1 / 54.00元
Microsoft.NET框架为简化开发与卫联网无缝连接的应用程序和组件提供了强大的技术支持,如ASP.NET Web窗体、XML Web服务以及Windows窗体。本书的目的在于展示.NET框架中公共语言运行库存的核心内容。全书由两位广受尊敬的开发者/作者完成,并假设读者理解面向对象程序设计的基本概念,如数据抽象、继承和多态。书中内容清楚地解释了CLR的扩展类型系统,CLR如何管理类型的行为,以......一起来看看 《.NET框架程序设计》 这本书的介绍吧!
