Chocorean / authmod

Allows you to safely accept demo versions on your server.
https://minecraft.curseforge.com/projects/authmod
Apache License 2.0
20 stars 10 forks source link

SQL Support? #1

Closed fmohican closed 6 years ago

fmohican commented 6 years ago

Hi Does your mod support SQL server ? (remote storage)

Chocorean commented 6 years ago

Well, if the mod is able to create a file, I guess yes I'm not sure what you mean with "sql server"

fmohican commented 6 years ago

i mean the mods should have an option to store "user password" in database, not in file.

fmohican commented 6 years ago

and also you should encrypt user password instead to hash.

I mean to use "salt" [password(hash) + salt] another hash = stored password

or to use bcrypt algorithm

Chocorean commented 6 years ago

I see! It doesn't support it yet as I want it to stay simple, but this is a great idea.

I know about salting, I've already planned it, but I'm working on a lot of different things at the same time and I haven't done it yet :)

fmohican commented 6 years ago

yah xD that nice, well , i'm waiting for sql support, even if they are just hashed.

Mcdostone commented 6 years ago

I have worked on it #2 !

Chocorean commented 6 years ago

Finally done ! -> clickme <-