Home Hashing Hashing File hash / checksum compute the checksum of a file in MD5, SHA-1, SHA-256 or SHA-512. Useful to verify the integrity of a download or detect tampering Text hash / checksum hash a string with the main algorithms (MD5, SHA-1, SHA-256, SHA-512, bcrypt, Argon2id). Useful for storing passwords or signing data in a non-reversible way Hash identifier identifies the most likely algorithm behind a hash (MD5, SHA-1, SHA-256, bcrypt, Argon2...) from its length and format, and tries to recover the plain text via a dictionary of common passwords