对python源码进行编译,加密python脚本

对python源码进行编译,加密python脚本

对python源码进行编译
1.生成.pyc文件
import py_compile
py_compile.compile('hello.py')
2.优化源码文件
python -O -m py_compile 1.py
生成.pyo文件
 
例子:
 1 [root@lvs-master tool]# python3
 2 Python 3.5.6 (default, May  3 2019, 01:52:28) 
 3 [GCC 4.8.5 20150623 (Red Hat 4.8.5-36)] on linux
 4 Type "help", "copyright", "credits" or "license" for more information.
 5 >>> import py_compile
 6 >>> py_compile.compile('test_conn_linux.py')
 7 '__pycache__/test_conn_linux.cpython-35.pyc'
 8 >>> 
 9 >>> exit
10 Use exit() or Ctrl-D (i.e. EOF) to exit
11 
12 #执行部分
13 [root@lvs-master __pycache__]# python3 test_conn_linux.cpython-35.pyc
14   序号:0       选择对象:172.16.132.4
15   序号:1       选择对象:192.168.1.111
16   序号:2       选择对象:47.106.169.222
17   序号:3       选择对象:172.16.132.3
18 请输入序号(Q|q退出)

 

posted @ 2019-05-04 15:55 辉bird 阅读( ...) 评论( ...) 编辑 收藏
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值