hash-sha1devcrypto
SHA-1 Hash
Compute SHA-1 hash locally (for legacy checksums).
Inputs
Output
(no output yet)
Explanation
SHA-1 is considered insecure for new cryptographic uses, but it still appears in legacy systems and checksums.
Use it when you need a fast, offline conversion/validation step during development or debugging.
Related