Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Daniel Oaks bf04dc24f9 Upgrade password hashing. před 6 roky
..
salted.go Add tests to subpackages před 6 roky
salted_test.go Add tests to subpackages před 6 roky
unsalted.go Upgrade password hashing. Previously, we generated and prepended a long salt before generating password hashes. This resulted in the hash verification cutting off long before it should do. This form of salting is also not necessary with bcrypt as it's provided by the password hashing and verification functions themselves, so totally rip it out. před 6 roky
unsalted_test.go Add tests to subpackages před 6 roky