Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

What to do with values outside of the valid range (2**4 to 2**31 for Blowfish, 
1000 to 999999999 for SHA*). Raise ValueError, OverflowError, or bound it, or 
just generate an invalid salt and allow crypt() to handle it?

----------
nosy: +haypo, pitrou

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

Reply via email to