SHA algorithms
Formalint generates SHA-1, SHA-256, SHA-384 and SHA-512 digests through the browser Web Crypto API.
Browser-based developer tools
Generate SHA-1, SHA-256, SHA-384 and SHA-512 text digests with the browser Web Crypto API.
Reference notes
Formalint generates SHA-1, SHA-256, SHA-384 and SHA-512 digests through the browser Web Crypto API.
Hashes are useful for comparing text values, fixtures, examples and API payloads during development.
Plain SHA hashes are not enough for password storage. Production systems need salted, slow password hashing algorithms.