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.
please don’t encrypt passwords. passwords should be hashed (irreversible) rather than encrypted (reversible).
oh, sorry for not explaining. the passwords are hashed, then encrypted.
I encrypt them because all the data is public on replit and don’t want people bruteforcing them.
because I am too broke to
buy replit hacker
use my dads server
or buy my own vps
in other words, I don’t have much money.
I actually have $24 USD but still, I need more money and an actual website before my dad would host it for me.
If you’re a student you can try applying for GH edu pack, gives you $100 per year in Azure credit, which you can get a b1s instance for that. Also Replit hacker plan is not recommended either, self host or host in a proper VPS.