Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
Хеш можно получть еще так:
PHP:string hash_file ( string $algo , string $filename [, bool $raw_output ] )
пример:
алгоритмы хешированияPHP:echo hash_file('md5', 'example.txt');
"md5", "sha256", "haval160,4" ...