TheGameSpider / TechnicSolder

A better version of https://github.com/TechnicPack/TechnicSolder
https://solder.cf
Other
22 stars 18 forks source link

Password Encryption? #9

Closed AWildErin closed 5 years ago

AWildErin commented 5 years ago

It's a small thing and probably useless, but it'd be an alright idea to actually have the passwords stored on a DB to be encrypted.

As I said before it's probably useless :p

TheGameSpider commented 5 years ago

Fixed in v1.3.0

Kio-td commented 4 years ago

This issue is still a valid issue, because Passwords, while encrypted, use a baseline salt, leaving passwords open to Rainbow Tables (See https://xkcd.com/1286/ )