Description:MD5 and SHA series areone-way irreversiblehash algorithms, commonly used for data integrity verification and password storage.
Same input always produces same output, but original content cannot be derived from hash. SHA256/SHA512 are more secure.
Check "Encrypt Line by Line" to hash each line separately.