# TelecomKeygen **Repository Path**: blog/TelecomKeygen ## Basic Information - **Project Name**: TelecomKeygen - **Description**: C++实现的电信账号加密算法(成都高校) - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2015-02-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #C++实现的电信账号加密算法(成都高校) **NOTE**: 该算法仅在成都理工大学测试拨号成功,没有其他高校的测试条件 **Dependence**: 1) The compiler must support C++11. 2) MD5 algorithm provide by:[Crypto++® Library 5.6.2](http://www.cryptopp.com/) ######you should download the source code and compile it yourself.Or implement md5 algorithm yourself anyway. **How To**: ## For Windows: ######include "md5.h" in the root folder of Crypto++ and compile with library file(cryptlib.lib). ## For Linux: ###### g++ main.cpp -o TelecomKeygen -std=c++11 -lcryptopp -lpthread #####Any problems please contact with : ######QQ:550305126