<?php require_once './kv_hash.php'; $foo = new kv_hash; # hash string echo $foo->hash_string( 'Hello world, this is a secret message!' ); #hasz file $foo->hash_file( 'example.txt' ); ?>