Supported Versions: PHP 5 >= 5.1.2, PHP 7, PHP 8, PECL hash >= 1.1
Generate a keyed hash value using the HMAC method and the contents of a given file
<?php hash_hmac_file( string $algo, string $filename, string $key, bool $binary = false): string|false