TShock/TShockAPI/Configuration
Lucas Nicodemus 9416e8f1e2 Remove DIY password hashing crypto
The old system for hashing passwords and permitting users to select
their algorithm has been deprecated and phased out since 2015. This
removes the remaining functions for hashing passwords to clear the way
for .NET5/6 and for OTAPI 3.

In 211b70ca37, I allowed blank passwords
to upgrade to bcrypt hashes. However, the minimum password length has
been 4 historically for a long time. So I don't actually assume a lot of
users have blank passwords, so I think there are very few, if any of the
old hashes laying around.

So therefore, I think this is pretty much safe to merge.
2021-11-22 10:26:57 -08:00
..
ConfigFile.cs Minor refactor 2021-01-28 19:43:03 +10:30
IConfigFile.cs Genericise configurations 2020-12-03 17:42:46 +10:30
ServerSideConfig.cs Warn players if bypass SSC permission is enabled 2021-05-21 01:16:04 -07:00
TShockConfig.cs Remove DIY password hashing crypto 2021-11-22 10:26:57 -08:00