160-bit — an older secure hash, now effectively retired
SHA-1 is a function that produces a 160-bit (40-char) hash and was once widely used in Git, TLS, and certificates.
A real-world collision was disclosed in 2017, proving it insecure. New systems should replace it with SHA-256 or stronger, and its use should be avoided except for compatibility purposes.