# php代码加解密windows扩展 **Repository Path**: wzycoding/endephp ## Basic Information - **Project Name**: php代码加解密windows扩展 - **Description**: 兼容php7.4,为了保护代码资产,在发布前对代码加密。在代码解释运行时,自动解密的php windows平台下的extension dll。 - **Primary Language**: C - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2023-09-11 - **Last Updated**: 2023-10-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: php扩展, php代码加密 ## README # php代码加解密windows扩展 ## 开发工具环境 php7.4.8 Visual studio 2017, vc15 compiler ## 第三方依赖 opencv-2.4.9 ## 编译输出 endephp.dll ## 开发环境搭建步骤 请参考 https://www.cnblogs.com/taotaodmw/p/14206707.html ## 感谢 最初从https://github.com/lihancong/tonyenc 借鉴和参考