ACEmulator / ACE

Asheron's Call server emulator.
https://emulator.ac
GNU Affero General Public License v3.0
297 stars 242 forks source link

Switch from BCrypt.Net-Core to BCrypt.Net-Next #4083

Closed Mag-nus closed 9 months ago

Mag-nus commented 9 months ago

BCrypt.Net-Core was a 3rd party release to port BCrypt.Net to .NET Core in the early days of .NET Core.

BCrypt.Net-Next is the current standard for BCrypt.Net https://github.com/BcryptNet/bcrypt.net

The same hash method is still used.