1 个仓库
Packaging techniques that integrate security protections like obfuscation into the final distribution format.
Distinct from Python Distribution Packaging: Distinct from general Python distribution packaging by focusing specifically on the security hardening of wheels and executables.
Explore 1 awesome GitHub repository matching devops & infrastructure · Secure Distribution Packaging. Refine with filters or upvote what's useful.
Pyarmor 是一个通过源代码混淆、字节码保护和二进制编译来保护 Python 软件的工具集。它作为一个代码混淆器、字节码保护器和二进制编译器,旨在防止对 Python 脚本和包的逆向工程和未经授权的访问。 该项目通过提供一个支持硬件绑定许可的综合软件许可证管理器而脱颖而出。这允许开发者将脚本执行锁定到特定的物理设备或虚拟机,并通过加密的运行时密钥强制执行严格的过期日期。 其更广泛的功能涵盖通过生成混淆的 Wheel 和多平台独立可执行文件进行安全分发。安全层面包括运行时完整性检查,例如防止调试器附加、内存级保护以及将 Python 函数转换为编译后的 C 扩展。 该工具包含一个命令行界面,并支持集成到持续集成(CI)流水线中,以在构建过程中自动化混淆过程。
Provides secure packaging of protected Python code into obfuscated wheels or standalone executables for multi-platform deployment.