2005年12月20日 星期二 10:14
我想用python做两个共享软件,现在主要的功能已经基本完成了,但不知道软件注册这一块怎么做,请各位老大指点指点! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20051220/6431098d/attachment.htm
2005年12月27日 星期二 13:38
在 05-12-20,Guofeng Yuan<loocoo at gmail.com> 写道: > 我想用python做两个共享软件,现在主要的功能已经基本完成了,但不知道软件注册这一块怎么做,请各位老大指点指点! > 用c实现,封装为模块,在python中调用。或直接找一找现成的模块,使用ctypes进行调用。然后再使用py2exe打包。 -- I like python! My Blog: http://www.donews.net/limodou NewEdit Maillist: http://groups.google.com/group/NewEdit
2005年12月27日 星期二 14:22
说句实在话,python做这个不太合适。 在05-12-20,Guofeng Yuan <loocoo at gmail.com> 写道: > > 我想用python做两个共享软件,现在主要的功能已经基本完成了,但不知道软件注册这一块怎么做,请各位老大指点指点! > > _______________________________________________ > 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/20051227/825570fb/attachment.htm
2005年12月27日 星期二 15:22
在 05-12-20,Guofeng Yuan<loocoo at gmail.com> 写道: > 我想用python做两个共享软件,现在主要的功能已经基本完成了,但不知道软件注册这一块怎么做,请各位老大指点指点! > 把你的Serial Number的代码用C写成模块 import进来 -- I'm the one, powered by nEO
2005年12月27日 星期二 21:04
最好用RSA,用私钥生成注册码,用公钥验证。公钥放在程序里,私钥自己保留,我认为这种这种方式不可能被作出keygen。 在 05-12-20,Guofeng Yuan<loocoo at gmail.com> 写道: > 我想用python做两个共享软件,现在主要的功能已经基本完成了,但不知道软件注册这一块怎么做,请各位老大指点指点! > > _______________________________________________ > 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 > >
2005年12月28日 星期三 10:43
On 12/27/05, flya flya <flyaflya at gmail.com> wrote: > 最好用RSA,用私钥生成注册码,用公钥验证。公钥放在程序里, > 私钥自己保留,我认为这种这种方式不可能被作出keygen。 黑掉RSA生成自己的key是不太可能,但还是可以从应用下手,找到验证 代码,然后直接跳过验证,返回认证通过呀。加密解密是相对的,俗话 说,道高一尺,魔高一丈。
2005年12月28日 星期三 11:11
On 二, 2005-12-27 at 15:22 +0800, nEO (a.k.a. gentoo.cn) wrote: > 在 05-12-20,Guofeng Yuan<loocoo at gmail.com> 写道: > > 我想用python做两个共享软件,现在主要的功能已经基本完成了,但不知道软件注册这一块怎么做,请各位老大指点指点! > > > 把你的Serial Number的代码用C写成模块 > import进来 这个模块一定要和解释器静态连接在一起, 而且还要使用一些加壳程序,否则很容 易破解的.
2005年12月28日 星期三 11:16
On 二, 2005-12-27 at 21:04 +0800, flya flya wrote: > 最好用RSA,用私钥生成注册码,用公钥验证。公钥放在程序里,私钥自己保留,我认为这种这种方式不可能被作出keygen。 你的验证程序本身如果被破掉, RSA还是不顶事啊. > 在 05-12-20,Guofeng Yuan<loocoo at gmail.com> 写道: > > 我想用python做两个共享软件,现在主要的功能已经基本完成了,但不知道软件注册这一块怎么做,请各位老大指点指点! > >
Zeuux © 2025
京ICP备05028076号