The website doesn’t seem to be working? Any fix? It says Error 404 not found!
I believe it was taken down, hence the error.
Please reply to me, am i allowed to use this code on my site?
I’m going to use it for projects on roblox and outside roblox.
I will make my own modules for other engines.
It would be great if i could use this as a starting point. ( I will have to recode it to make it more secure, and also adding a new style to it. )
I would strongly advise against using this for a few reasons.
- There is next to no security, using SHA256 with no salting.
- There is no form of rate limiting, which means bad actors could potentially crash the database.
- Badly structured code.
Its just overall a mediocre idea, with even worse practices. If you do anything with this code, it should be looking at it and realising that every line is poorly written and a perfect example of what not to do when creating a production app.
But if you so desire, be my guest code is up on Github under the MIT license
I just fixed a brand new password system. (That doesn’t use Sha256) (I had it on my old website. So I’m pretty sure its secure.)