Recent content by Foh

  1. F

    *****URGENT PASSWORDS NOT SAFE*****

    Are passwords even hashed before storage? Look into implementing bcrypt. Whoever does the backend stuff, you want to hash the inputted password locally, then send that hash to the database server. Then instead of storing passwords in plaintext, store the hash of each password. That way to...
  2. F

    *****URGENT PASSWORDS NOT SAFE*****

    Hi, I'm a computer science student who happens to be into retro bikes. I noticed this forum is sending passwords in plaintext form over the internet. Basically, anyone with basic tools can easily see your passwords whenever you log in. I have attached a screenshot with an example showing this...
  3. F

    Size 20"-21" 90s MTB Wanted

    I'm wanting to buy my first retro MTB and have a go at some restoration. Preferably under £100 and preferably steel. Any go to bikes to look out for? Thanks
Back
Top