Skip to content

v0.3.0

Compare
Choose a tag to compare
@SL-Lee SL-Lee released this 22 Feb 12:04
· 24 commits to main since this release
v0.3.0
efbcfcc

Changelog

  • Change password hashing algorithm to argon2 since Scrypt was taking way too long (approximately 10 seconds) to hash just a password when logging in on a debug build. Argon2 doesn't take that long (approximately 0.3 seconds), and comes with the added benefit of being more secure, as well.

Full Changelog: v0.2.1...v0.3.0