Is still valid password hashing using md5 or sha1?
问题 Just now I'm working in a financial project. Here, the team is thinking to use MD5 for password hashing . But, today is easy copy a SHA1 or MD5 password to decrypt, inclusive if they are complex password like: My$uper$ecur3PAS$word+448 , you might use a online page to decrypt it and there is it. Small and mid-range developers (including me) uses those hashing methods , but I think is not enough to provide security over the database. (Excluding firewalls , network security , iptables , etc.).