Skip to content
Go back

使用pyjm3加密python源码

Published:  at  01:58 AM

机器环境

1. 安装pyjm3

pip install pyjm3

2. 加密源码

# test.py
def say_hello():
    print("hello world")

# 加密源码(pyd或so文件生成在dist目录下)
jmpy -i test.py

3. 调用加密文件

from dist.test import say_hello
say_hello()
# hello world


Previous Post
acme.sh生成自动续费的免费SSL证书
Next Post
搭建在线匿名语音聊天应用mornin.fm