python-phpass icon indicating copy to clipboard operation
python-phpass copied to clipboard

salt needs to be utf-8 encoded, too or the concatination will fail

Open iqualfragile opened this issue 10 years ago • 0 comments

https://github.com/exavolt/python-phpass/blob/master/phpass/init.py#L102 add salt = salt.encode('utf-8') somewhere after that line

iqualfragile avatar Oct 18 '14 09:10 iqualfragile