# LibuECC **Repository Path**: jasonbu/libuecc ## Basic Information - **Project Name**: LibuECC - **Description**: 自用验证ecc key交换到AES加密的流程 学习使用 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-06-18 - **Last Updated**: 2025-03-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README > Using Visual Studio 2017 > Using python 3.6.x Please Update **Submodule** from [gitee micro-ecc repo](https://gitee.com/jasonbu/kmackay-micro-ecc.git) It's forked from [kmackay github micro-ecc](https://github.com/kmackay/micro-ecc) ---- python using buildin base64,hashlib [pycryptodome github io](http://pycryptodome.readthedocs.io/en/latest/src/installation.html) python using pycryptodome to do AES pip install pycryptodome pip install pycryptodomex ```bash pip install -r PythonApplication_TestLibuECC\requirments.txt ```