Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Daniel Oaks bf04dc24f9 Upgrade password hashing. 6 лет назад
..
salted.go Add tests to subpackages 6 лет назад
salted_test.go Add tests to subpackages 6 лет назад
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. 6 лет назад
unsalted_test.go Add tests to subpackages 6 лет назад