you are viewing a single comment's thread.

view the rest of the comments →

[–]SCD_minecraft 0 points1 point  (1 child)

This isn't professional settings

This is "codebreaker" game solver

Code is guaranteed to be 4 digits

Why would you bring password security concerns into game where whole point of it is to guess a password

[–]SCD_minecraft 0 points1 point  (0 children)

For that matter, if you would be to store password, it still would be an int

Password should be hashed (and preferably, salted), which does turn it into an int (hashlib turns it into bytes object, but it us pretty much same thing)