문제

I am creating an online web application with a heavy focus on security and want to know what you guys think about this.

Basically, I began hashing my passwords using the Blowfish algorithm after studying about it online as it seemed perfect for what I was trying to achieve. After reading a little bit more on it however, I started finding more and more mixed reviews. Some people highly recommended it, even more so than SHA-512, while others stated that because it is an older algorithm (created in the '80s or '90s I believe) I should use something else, such as either SHA-256 or SHA-512 with a strong salt.

This leaves me a bit confused if Blowfish is alright to use for a modern application or not.

Thanks!

도움이 되었습니까?

해결책

Blowfish is the most secure because, since now, it hasn't been found a way to hack it.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top