Data is processed locally. Sensitive information should never be pasted into unknown tools.
SHA-1 is deprecated for security-sensitive contexts; use SHA-256 or stronger when possible.
Enter text, choose a SHA algorithm, pick output encoding, and generate the digest. Copy or export the result, keeping in mind hashes are not encryption and should be combined with salts/key stretching for passwords.
SubtleCrypto.digest(algorithm, data), where algorithm โ {SHA-1, SHA-256, SHA-384, SHA-512}.byte.toString(16).padStart(2,'0')).btoa after constructing a binary string from the byte array.