47
Indie developer has a plan to keep parts of his game secret, even from data-miners
(www.gamefile.news)
Welcome to the game development community! This is a place to talk about and post anything related to the field of game development.
Ultimately you can configure these however you want. On my 5600X, I easily got one full execution of scrypt to last 34.6 seconds (
--logN 27 -r 1 -p 1
in the example CLI), and one full execution of bcrypt to last 47.5 seconds (rounds=20
and thebcrypt
Python library).This kind of configuration (ok, not this long, but definitely around 1 second per execution) is very common in things like password managers or full disk encryption.