独立的 Python 加密库 PyCryptodome

码农软件 · 软件分类 · 加密/解密软件包 · 2019-09-30 15:13:09

软件介绍

PyCryptodome 是一个低级密码学原语的独立 Python 包,它支持 Python 2.4 及以上,全部 Python 3 版本以及 PyPy。

PyCryptodome 是 PyCrypto 分叉出来的一个项目。它对 PyCrypto (2.6.1) 的最后一个正式版进行了以下增强:

  • 认证加密模式 (GCM, CCM, EAX, SIV, OCB)

  • 通过AES-NI在英特尔平台上加速AES

  • 一级支持PyPy

  • 椭圆曲线加密 (NIST P-256 curve only)

  • SHA-3(包括SHAKE XOF)和BLAKE2哈希算法

  • Salsa20和ChaCha20流密码

  • scrypt和HKDF

  • 简化安装过程,包括更好的Windows支持

  • 生成更清洁的RSA和DSA密钥(主要基于FIPS 186-4)


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

Dive Into Python

Dive Into Python

Mark Pilgrim / Apress / 2004-11-5 / GBP 31.49

Python is a new and innovative scripting language. It is set to replace Perl as the programming language of choice for shell scripters, and for serious application developers who want a feature-rich, ......一起来看看 《Dive Into Python》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具