Python论坛  - 讨论区

标题:[python-chinese] 请教一个问题。

2004年03月10日 星期三 16:25

Dirk mailing at wandy.cn
Wed Mar 10 16:25:41 HKT 2004

我在插入MySQL数据的时候,使用MySQLdb.escape_string()方法,如:

会被转换成:

然后我从数据库检索出来的时候,还是留着\,没有去掉,请问有没有函数是escape_string的相反功能,就像PHP中的addslashes()函数对应stripslashes()函数。。。。

谢谢!

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

2004年03月10日 星期三 16:41

Jacob Fan jacob at exoweb.net
Wed Mar 10 16:41:45 HKT 2004

md5不行,sha也不行,它们都是单向的。如果用来加密密码的传输还可以。
你可以用这个库:
http://eevolved.com/cryptkit/
或者:
http://www.amk.ca/python/code/crypto.html
或者:
http://www.post1.com/home/ngps/m2/

在使用之前,如果你用的是Windows操作系统,请先安装好C编译器。例如Visual c++。
第一个库不需要其它软件,后面两个都需要OpenSSL。

-------
Explicit is better than implicit ... 

-----Original Message-----
From: "info" <info at xichen.com> [mailto:info at xichen.com] 
Sent: 2004年3月10日 16:43
To: python-chinese at lists.python.cn
Subject: [python-chinese] python中怎么加密?


我用python编写了c/s程序,现在想加密在网络上传输的数据。我应该用什么方法呢?是 
md5吗?我import md5后只能看到几个简单的方法。那位能告诉我怎么做呢?
非常感谢。
_______________________________________________
python-chinese list
python-chinese at lists.python.cn http://python.cn/mailman/listinfo/python-chinese


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

2004年03月10日 星期三 17:05

"info"  info at xichen.com
Wed Mar 10 17:05:34 HKT 2004

你好,谢谢了。
着三种方案中,你觉得那种最好呢?
这个程序的负载两比较大,所以加密速度快更好。
如果解密,哪个作为密钥呢。IP地址行吗?或者专门协定一个作为密钥?
另外,这几种加密方法是使用什么算法来进行的呢?
服务器短运行在freebsd下,客户机运行在2000下,使用那种方法呢? 

谢谢了。 

Jacob Fan的信件内容: 

> md5不行,sha也不行,它们都是单向的。如果用来加密密码的传输还可以。
> 你可以用这个库:
> http://eevolved.com/cryptkit/
> 或者:
> http://www.amk.ca/python/code/crypto.html
> 或者:
> http://www.post1.com/home/ngps/m2/ 
> 
> 在使用之前,如果你用的是Windows操作系统,请先安装好C编译器。例如Visual c++。
> 第一个库不需要其它软件,后面两个都需要OpenSSL。 
> 
> -------
> Explicit is better than implicit ...  
> 
> -----Original Message-----
> From: "info" <info at xichen.com> [mailto:info at xichen.com] 
> Sent: 2004年3月10日 16:43
> To: python-chinese at lists.python.cn
> Subject: [python-chinese] python中怎么加密? 
> 
> 
> 我用python编写了c/s程序,现在想加密在网络上传输的数据。我应该用什么方法呢?是 
> md5吗?我import md5后只能看到几个简单的方法。那位能告诉我怎么做呢?
> 非常感谢。
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn http://python.cn/mailman/listinfo/python-chinese
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
 



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

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

    你的回复:

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

    Zeuux © 2024

    京ICP备05028076号