All tokens/passwords are now encrypted on Sparklabs!
That means that I had to wipe the DB, so please remake your account!
As before, first 10 people to join get verified!
Sorry about the static links for now, I need to learn my templating engine to make it better.
idk, i need to salt them
You need to use a more secure algorithm like bcrypt, scrypt, or argon2
gonna do that
after I make some other stuff
sha256 is very insecure for passwords because it is way too fast, it can be brute forced pretty easily
oh, okay. I didn’t know that. Now I know, and knowing is half the battle.