Python论坛  - 讨论区

标题:[python-chinese] 请问各位大大,发布后的python源程序如何进行加密,让别人无法得到源程序?

2006年06月23日 星期五 10:38

SKY taodev at gmail.com
Fri Jun 23 10:38:08 HKT 2006





SKY
2006-06-23
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060623/a847debb/attachment.htm

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年06月23日 星期五 11:33

笨笨狗 chen.ruijie at gmail.com
Fri Jun 23 11:33:25 HKT 2006

打包成exe吧,py2exe可以实现

-- 
云电清华同方小民工

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年06月23日 星期五 13:56

jacob jacob at exoweb.net
Fri Jun 23 13:56:08 HKT 2006

??? wrote:

> ???exe?,py2exe????
>
>------------------------------------------------------------------------
>
>_______________________________________________
>python-chinese
>Post: send python-chinese at lists.python.cn
>Subscribe: send subscribe to python-chinese-request at lists.python.cn
>Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
>Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
?????python??????????, ??? exe???, ??????.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060623/3c198582/attachment.html

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年06月23日 星期五 16:16

吴俊玉 wujunyu at gmail.com
Fri Jun 23 16:16:19 HKT 2006

也许sky需要的只是把python脚本编译成*.pyc吧!

BTW:现在有好的工具反编译pyc文件吗?
-- 
北京市海淀区中软国际
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060623/33720012/attachment.htm

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年06月23日 星期五 19:46

风向标 vaneoooo at gmail.com
Fri Jun 23 19:46:38 HKT 2006

我也关心这个
如果现在有很大众的工具反编译pyc
那么得考虑加密算法

可从没做过啊..又是一个头疼的事


在06-6-23,吴俊玉 <wujunyu at gmail.com> 写道:
>
>  也许sky需要的只是把python脚本编译成*.pyc吧!
>
> BTW:现在有好的工具反编译pyc文件吗?
> --
> 北京市海淀区中软国际
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060623/b1378957/attachment.html

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年06月26日 星期一 10:32

SKY taodev at gmail.com
Mon Jun 26 10:32:52 HKT 2006

我需要打包成一个单独的EXE, 不要带那么多的dll(py2exe生成的exe文件,还需要带很多的dll或者库,感觉很臃肿), 或者库,并且把pyc加密,不让别人反编译。不知道现在有没有现成的解决方案。




SKY
2006-06-26



发件人: 风向标
发送时间: 2006-06-23 19:50:33
收件人: python-chinese at lists.python.cn
抄送: 
主题: Re: [python-chinese] 请问各位大大,发布后的python源程序如何进行加密,让别人无法得到源程序?


我也关心这个
如果现在有很大众的工具反编译pyc
那么得考虑加密算法

可从没做过啊..又是一个头疼的事

 
在06-6-23,吴俊玉 <wujunyu at gmail.com> 写道: 
也许sky需要的只是把python脚本编译成*.pyc吧!

BTW:现在有好的工具反编译pyc文件吗?
-- 
北京市海淀区中软国际 

_______________________________________________
python-chinese
Post: send python-chinese at lists.python.cn
Subscribe: send subscribe to python-chinese-request at lists.python.cn
Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
Detail Info: http://python.cn/mailman/listinfo/python-chinese
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060626/f9ec49b6/attachment.html

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年06月26日 星期一 10:59

Robert Chen search.pythoner at gmail.com
Mon Jun 26 10:59:14 HKT 2006

如果有独立的pyc文件,那么pyc文件是无论如何都可以反编译的,甚至可以修改你pyc文件中的数据,字节码指令,这很容易办到。所以关键在于你对pyc的加密,只有加密才能防止系统被入侵,源程序遭泄露。不过这是关于加密和解密的话题了。

On 6/26/06, SKY <taodev at gmail.com> wrote:
>
>  我需要打包成一个单独的EXE, 不要带那么多的dll(py2exe生成的exe文件,还需要带很多的dll或者库,感觉很臃肿),
> 或者库,并且把pyc加密,不让别人反编译。不知道现在有没有现成的解决方案。
>
>  ------------------------------
>  SKY
> 2006-06-26
>  ------------------------------
>  *发件人:* 风向标
> *发送时间:* 2006-06-23 19:50:33
> *收件人:* python-chinese at lists.python.cn
> *抄送:*
> *主题:* Re: [python-chinese] 请问各位大大,发布后的python源程序如何进行加密,让别人无法得到源程序?
>
>
> 我也关心这个
> 如果现在有很大众的工具反编译pyc
> 那么得考虑加密算法
>
> 可从没做过啊..又是一个头疼的事
>
>
> 在06-6-23,吴俊玉 <wujunyu at gmail.com> 写道:
> >
> >  也许sky需要的只是把python脚本编译成*.pyc吧!
> >
> > BTW:现在有好的工具反编译pyc文件吗?
> > --
> > 北京市海淀区中软国际
> >
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese at lists.python.cn
> > Subscribe: send subscribe to python-chinese-request at lists.python.cn
> > Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> >
> >
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>


-- 
Robert
Python源码剖析――http://blog.donews.com/lemur/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060626/2f937fde/attachment.html

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年06月26日 星期一 11:10

Robert Chen search.pythoner at gmail.com
Mon Jun 26 11:10:59 HKT 2006

而且,解密的时机非常重要,如果仅仅是在import时解密,就无法防御Apex
Liu提到的攻击方式。一个好的办法是将字节码指令加密,然后在Python虚拟机开始执行字节码指令时实时解密,不过这就要修改Python源码了。

On 6/26/06, Robert Chen <search.pythoner at gmail.com> wrote:
>
>
> 如果有独立的pyc文件,那么pyc文件是无论如何都可以反编译的,甚至可以修改你pyc文件中的数据,字节码指令,这很容易办到。所以关键在于你对pyc的加密,只有加密才能防止系统被入侵,源程序遭泄露。不过这是关于加密和解密的话题了。
>
>
> On 6/26/06, SKY <taodev at gmail.com> wrote:
> >
> >  我需要打包成一个单独的EXE, 不要带那么多的dll(py2exe生成的exe文件,还需要带很多的dll或者库,感觉很臃肿),
> > 或者库,并且把pyc加密,不让别人反编译。不知道现在有没有现成的解决方案。
> >
> >  ------------------------------
> >  SKY
> > 2006-06-26
> >  ------------------------------
> >  *发件人:* 风向标
> > *发送时间:* 2006-06-23 19:50:33
> > *收件人:* python-chinese at lists.python.cn
> > *抄送:*
> > *主题:* Re: [python-chinese] 请问各位大大,发布后的python源程序如何进行加密,让别人无法得到源程序?
> >
> >
> > 我也关心这个
> > 如果现在有很大众的工具反编译pyc
> > 那么得考虑加密算法
> >
> > 可从没做过啊..又是一个头疼的事
> >
> >
> > 在06-6-23,吴俊玉 <wujunyu at gmail.com> 写道:
> > >
> > >  也许sky需要的只是把python脚本编译成*.pyc吧!
> > >
> > > BTW:现在有好的工具反编译pyc文件吗?
> > > --
> > > 北京市海淀区中软国际
> > >
> > > _______________________________________________
> > > python-chinese
> > > Post: send python-chinese at lists.python.cn
> > > Subscribe: send subscribe to python-chinese-request at lists.python.cn
> > > Unsubscribe: send unsubscribe to
> > > python-chinese-request at lists.python.cn
> > > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> > >
> > >
> >
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese at lists.python.cn
> > Subscribe: send subscribe to python-chinese-request at lists.python.cn
> > Unsubscribe: send unsubscribe to
> > python-chinese-request at lists.python.cn
> > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> >
> >
>
>
> --
> Robert
> Python源码剖析――http://blog.donews.com/lemur/
>



-- 
Robert
Python源码剖析――http://blog.donews.com/lemur/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060626/858346a9/attachment.html

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年06月27日 星期二 08:25

大熊 bearsprite at gmail.com
Tue Jun 27 08:25:22 HKT 2006

如果对传统二进制程序的保护比较熟悉的话,那就把实现部分使用扩展,python脚本仅提供接口

在06-6-26,Robert Chen <search.pythoner at gmail.com> 写道:
>
>
> 如果有独立的pyc文件,那么pyc文件是无论如何都可以反编译的,甚至可以修改你pyc文件中的数据,字节码指令,这很容易办到。所以关键在于你对pyc的加密,只有加密才能防止系统被入侵,源程序遭泄露。不过这是关于加密和解密的话题了。
>
>
> On 6/26/06, SKY <taodev at gmail.com> wrote:
> >
> >  我需要打包成一个单独的EXE, 不要带那么多的dll(py2exe生成的exe文件,还需要带很多的dll或者库,感觉很臃肿),
> > 或者库,并且把pyc加密,不让别人反编译。不知道现在有没有现成的解决方案。
> >
> >  ------------------------------
> >  SKY
> > 2006-06-26
> >  ------------------------------
> >  *发件人:* 风向标
> > *发送时间:* 2006-06-23 19:50:33
> > *收件人:* python-chinese at lists.python.cn
> > *抄送:*
> > *主题:* Re: [python-chinese] 请问各位大大,发布后的python源程序如何进行加密,让别人无法得到源程序?
> >
> >
> > 我也关心这个
> > 如果现在有很大众的工具反编译pyc
> > 那么得考虑加密算法
> >
> > 可从没做过啊..又是一个头疼的事
> >
> >
> > 在06-6-23,吴俊玉 <wujunyu at gmail.com> 写道:
> > >
> > >  也许sky需要的只是把python脚本编译成*.pyc吧!
> > >
> > > BTW:现在有好的工具反编译pyc文件吗?
> > > --
> > > 北京市海淀区中软国际
> > >
> > > _______________________________________________
> > > python-chinese
> > > Post: send python-chinese at lists.python.cn
> > > Subscribe: send subscribe to python-chinese-request at lists.python.cn
> > > Unsubscribe: send unsubscribe to
> > > python-chinese-request at lists.python.cn
> > > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> > >
> > >
> >
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese at lists.python.cn
> > Subscribe: send subscribe to python-chinese-request at lists.python.cn
> > Unsubscribe: send unsubscribe to
> > python-chinese-request at lists.python.cn
> > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> >
> >
>
>
> --
> Robert
> Python源码剖析——http://blog.donews.com/lemur/
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>


-- 
茫茫人海,你是我的最爱
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060627/79ac8ae0/attachment.html

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号