TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Things to consider while developing any web application : Part 1

1 pointsby shashikant52004over 13 years ago

1 comment

mooism2over 13 years ago
Point 1 should be "allow people to login via Facebook/Twitter/Openid/etc if possible, and hash the password using bcrypt() otherwise". sha1 isn't going to slow an attacker down.