base64sha256
base64sha512
bcrypt
filebase64sha256
filebase64sha512
filemd5
filesha1
filesha256
filesha512
md5
rsadecrypt
sha1
sha256
sha512
uuid
uuidv5
You are viewing documentation for version v1.5.x. View latest version.
filesha256 is a variant of sha256 that hashes the contents of a given file rather than a literal string.
This is similar to sha256(file(filename)), but because file accepts only UTF-8 text it cannot be used to create hashes for binary files.
sha256(file(filename))
file