独立的 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://www.codercto.com/soft/d/15737.html

Real-Time Collision Detection

Real-Time Collision Detection

Christer Ericson / CRC Press / 2004-12-22 / USD 98.95

Written by an expert in the game industry, Christer Ericson's new book is a comprehensive guide to the components of efficient real-time collision detection systems. The book provides the tools and kn......一起来看看 《Real-Time Collision Detection》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

在线进制转换器
在线进制转换器

各进制数互转换器