cryptography

码农软件 · 软件分类 · 常用工具包 · 2019-08-18 19:29:36

软件介绍

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.

  • Absence of algorithms such asAES-GCM andHKDF.

  • Poor introspectability, and thus poor testability.

  • Extremely error prone APIs, and bad defaults.


本文地址:https://www.codercto.com/soft/d/12658.html

PHP5与MySQL5 Web开发技术详解

PHP5与MySQL5 Web开发技术详解

杜江 / 电子工业出版社 / 2007-11 / 79.00元

《PHP5与MySQL5 Web开发技术详解》(含光盘)是目前中文版本第一个真正介绍PHP5及MYSQL5新增语法与功能的权威宝典!一起来看看 《PHP5与MySQL5 Web开发技术详解》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

随机密码生成器
随机密码生成器

多种字符组合密码

SHA 加密
SHA 加密

SHA 加密工具