[issue41890] crypt produces wrong hashes for passwords containing newline character

2020-09-30 Thread Hazem Amara
Hazem Amara added the comment: Thanks for your answer :) -- stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/i

[issue41890] crypt produces wrong hashes for passwords containing newline character

2020-09-30 Thread Hazem Amara
Change by Hazem Amara : -- type: -> behavior ___ Python tracker <https://bugs.python.org/issue41890> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue41890] crypt produces wrong hashes for passwords containing newline character

2020-09-30 Thread Hazem Amara
New submission from Hazem Amara : I am having an issue with crypt library (Lib/crypt.py) when hashing passwords containing \n character. I am using python 3.8.2 on Linux. To compare hashed passwords produced by crypt, I used openssl and mkpasswd utilities. When generating hashes