py:Python中secp256k1的椭圆曲线集成加密方案

时间:2024-02-21 19:41:09
【文件属性】:

文件名称:py:Python中secp256k1的椭圆曲线集成加密方案

文件大小:31KB

文件格式:ZIP

更新时间:2024-02-21 19:41:09

cryptography bitcoin ethereum python3 cryptocurrency

爆笑 python中secp256k1的椭圆曲线集成加密方案。 其他语言版本: 您也可以查看FastAPI Web后端演示。 安装 在Python pip install eciespy使用pip install eciespy 。 快速开始 >> > from ecies . utils import generate_eth_key , generate_key >> > from ecies import encrypt , decrypt >> > eth_k = generate_eth_key () >> > sk_hex = eth_k . to_hex () # hex string >> > pk_hex = eth_k . public_key . to_hex () # hex string >> > data = b'this is a test' >> > decrypt ( sk_hex , encrypt ( pk_hex , data )) b'this is a test' >> > secp_k = generate_key () >> >


【文件预览】:
py-master
----poetry.lock(49KB)
----.coveragerc(86B)
----pyproject.toml(1KB)
----.github()
--------FUNDING.yml(16B)
--------workflows()
----_config.yml(27B)
----ecies()
--------utils.py(5KB)
--------__main__.py(3KB)
--------__init__.py(2KB)
----tests()
--------test_crypt.py(2KB)
--------__init__.py(0B)
----LICENSE(1KB)
----setup.cfg(116B)
----.gitignore(1KB)
----README.md(12KB)
----scripts()
--------ci.sh(585B)

网友评论