smogon / pokemon-showdown-loginserver

MIT License
4 stars 26 forks source link

Replace MD5 with SHA256 #5

Closed moongazer07 closed 1 year ago

moongazer07 commented 2 years ago

replaced md5 to the more secure sha256 hash

moongazer07 commented 2 years ago

@smogon md5 is outdated thats why i replaced it with sha256

moongazer07 commented 2 years ago

more fixes to the server

Zarel commented 1 year ago

We're not using MD5 for security; it's really just a checksum here. Changing this would break backwards compatibility for effectively no reason.