~/tool-stack_

// Generate cryptographic hashes using the Web Crypto API

SHA-1, SHA-256, SHA-384, and SHA-512 hashes are generated entirely in your browser using the Web Crypto API — no data is ever sent to a server. Commonly used for file integrity checks, verifying downloads, and generating checksums.