What is alternative of HASH SHA1

Continuing the discussion from Hash SHA1 func for Go:

What is alternate of SHA1? I have used HASH SHA1 by using package crypto/sha1 but it does not pass the security checks.

https://golang.org/pkg/crypto/#pkg-subdirectories

“Moving forward, it’s more urgent than ever for security practitioners to migrate to safer cryptographic hashes such as SHA-256 and SHA-3” - https://security.googleblog.com/2017/02/announcing-first-sha1-collision.html

https://golang.org/pkg/crypto/sha256/

https://golang.org/pkg/crypto/sha512/

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.