Hynek Schlawack <h...@ox.cx> added the comment:

>> and any other place that compares passwords, tokens, …
> 
> No no no. Any sensible place to compare passwords would use some
> sort of one-way function (password hash) before the comparison,
> so that someone breaking into the machine will not gain the clear
> text passwords.

I agree that this is the right way to do. However I disagree that it's also the 
only sensible way to do in the real world. Sometimes you just _have_ to compare 
sensitive strings, whether you like it or not.

I see your point that adding such a function would leverage bad security 
behavior and thus may be a bad thing. The usefulness of such a function to 
some(?) people is IMHO not disputable though.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15061>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to