This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients christian.heimes, m.stoichkovaaa
Date 2020-11-22.14:37:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606055845.84.0.0240989829343.issue42437@roundup.psfhosted.org>
In-reply-to
Content
PS: Don't use crypt or SSHA512 format for passowrd hashing. You should use PBKDF2-HMAC, bcrypt, scrypt, or argon2 instead. SSHA512 is a dated algorithm and considered insecure.
History
Date User Action Args
2020-11-22 14:37:25christian.heimessetrecipients: + christian.heimes, m.stoichkovaaa
2020-11-22 14:37:25christian.heimessetmessageid: <1606055845.84.0.0240989829343.issue42437@roundup.psfhosted.org>
2020-11-22 14:37:25christian.heimeslinkissue42437 messages
2020-11-22 14:37:25christian.heimescreate