-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Currently, it seems that ParkAPI v3 stores passwords only hashed with a single iteration of SHA256 hashing, which can be cracked within minutes for short passwords with today's hardware:
It would be good to use some industry standard like bcrypt, which some guide on how to do password hashing in Python also mentions, among others. (I just googled for 5s, it is not necessarily the best resource on this topic.)
Metadata
Metadata
Assignees
Labels
No labels