Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Daniel Oaks bf04dc24f9 Upgrade password hashing. vor 6 Jahren
..
salted.go Add tests to subpackages vor 6 Jahren
salted_test.go Add tests to subpackages vor 6 Jahren
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. vor 6 Jahren
unsalted_test.go Add tests to subpackages vor 6 Jahren