Developer guide
SHA-256 Hash Generator: Create Hashes From Text
A SHA-256 hash is a fixed-length fingerprint of input text. It is commonly used for checksums, identifiers, and data integrity checks.
Important note
Hashing is not encryption. A hash is one-way, while encryption is designed to be reversible with a key.