python-rsa:Python-RSA是纯Python RSA实现

时间:2021-05-02 19:22:36
【文件属性】:
文件名称:python-rsa:Python-RSA是纯Python RSA实现
文件大小:96KB
文件格式:ZIP
更新时间:2021-05-02 19:22:36
python rsa rsa-cryptography python-rsa Python 纯Python RSA实现 是纯Python RSA实现。 根据PKCS#1版本1.5,它支持加密和解密,签名和验证签名以及密钥生成。 它既可以用作Python库,也可以在命令行中使用。 该代码主要由Sybren A.Stüvel编写。 可以在找到文档。 对于所有更改,请检查 。 使用以下方法下载并安装: pip install rsa 或从下载它。 源代码在维护,并根据获得 安全 由于Python在内部存储数字的方式,很难(即使不是不可能)使纯Python程序免受定时攻击的影响。 该库也不例外,因此请谨慎使用。 请参阅了解更多信息。 开发环境的设置 python3 -m venv .venv . ./.venv/bin/activate pip install poetry poetry install 发布新版本 . ./.venv/bin/activate poetry p
【文件预览】:
python-rsa-main
----poetry.lock(49KB)
----.gitignore(181B)
----.codeclimate.yml(382B)
----speed.sh(1KB)
----pyproject.toml(2KB)
----.travis.yml(461B)
----MANIFEST.in(131B)
----create_timing_table.py(1KB)
----LICENSE(577B)
----doc()
--------_templates()
--------_build()
--------Makefile(5KB)
--------index.rst(2KB)
--------conf.py(7KB)
--------_static()
--------intro.rst(2KB)
--------installation.rst(1KB)
--------make.bat(4KB)
--------upgrading.rst(3KB)
--------licence.rst(667B)
--------compatibility.rst(2KB)
--------reference.rst(2KB)
--------usage.rst(11KB)
--------cli.rst(4KB)
----CHANGELOG.md(8KB)
----setup.cfg(243B)
----update_version.sh(452B)
----README.md(2KB)
----tests()
--------test_cli.py(9KB)
--------private.pem(197B)
--------test_integers.py(1KB)
--------__init__.py(0B)
--------test_mypy.py(895B)
--------test_pem.py(4KB)
--------test_parallel.py(501B)
--------test_transform.py(2KB)
--------test_pkcs1_v2.py(4KB)
--------test_strings.py(1KB)
--------test_common.py(3KB)
--------test_prime.py(5KB)
--------test_pkcs1.py(10KB)
--------test_compat.py(3KB)
--------test_key.py(3KB)
--------test_load_save_keys.py(6KB)
----.coveragerc(284B)
----rsa()
--------transform.py(2KB)
--------__init__.py(2KB)
--------_compat.py(1KB)
--------pem.py(4KB)
--------asn1.py(2KB)
--------pkcs1.py(16KB)
--------cli.py(10KB)
--------prime.py(5KB)
--------randnum.py(3KB)
--------pkcs1_v2.py(3KB)
--------util.py(3KB)
--------py.typed(63B)
--------parallel.py(2KB)
--------common.py(5KB)
--------core.py(2KB)
--------key.py(27KB)
----tox.ini(387B)

网友评论