- 授权协议: 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.
Lua设计与实现
codedump / 人民邮电出版社 / 2017-8 / 49.00元
本书首先介绍了Lua中的数据结构,比如通用数据是如何表示的、Lua的字符串以及表类型的实现原理,接着讨论了Lua虚拟机的实现,并且将其中重点的一些指令进行了分类讲解,最后讨论了垃圾回收、模块实现、热更新、协程等的实现原理。一起来看看 《Lua设计与实现》 这本书的介绍吧!
