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.
Please don’t just encrypt your db, it does not guarantee security, good access control is better than just having it public and encrypted. Please use something like MongoDB Atlas (free 512MB cluster, no payment details required) or use some other sort of database on a self hosted server.
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.