TShock/TShockAPI/DB
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
..
BanManager.cs Add ban ticket ID to ban messages 2021-04-19 21:48:34 +09:30
CharacterManager.cs Fix torchflags 2021-05-23 04:48:01 -07:00
DBTools.cs Update copyright to 2019 again 2019-03-29 17:16:37 -07:00
GroupManager.cs Merge branch 'general-devel' into fix-invalid-groups 2021-07-31 16:38:12 +02:00
IQueryBuilder.cs Fix SQL incompatibility. 2020-05-24 02:02:50 +02:00
ItemManager.cs Update copyright to 2019 again 2019-03-29 17:16:37 -07:00
ProjectileManager.cs Update copyright to 2019 again 2019-03-29 17:16:37 -07:00
RegionManager.cs Typo fixes on comments/strings 2021-07-16 14:53:37 -04:00
RememberedPosManager.cs Typo fixes on comments/strings 2021-07-16 14:53:37 -04:00
ResearchDatastore.cs Update TShockAPI/DB/ResearchDatastore.cs 2020-05-25 03:11:41 -04:00
SqlColumn.cs Update copyright to 2019 again 2019-03-29 17:16:37 -07:00
SqlTable.cs Update copyright to 2019 again 2019-03-29 17:16:37 -07:00
SqlValue.cs Update copyright to 2019 again 2019-03-29 17:16:37 -07:00
TileManager.cs Update copyright to 2019 again 2019-03-29 17:16:37 -07:00
UserManager.cs Remove DIY password hashing crypto 2021-11-22 10:26:57 -08:00
WarpsManager.cs Typo fixes on comments/strings 2021-07-16 14:53:37 -04:00