SHA-224 is part of SHA-2 set hash functions - successor of SHA-1. Not exists in PHP as standalone function likeĀ sha1
but you can easily generate it by using hash
function. In brief SHA-224 is just a truncated version of SHA-256.
This tool it's a javascript function so hash is calculated by your browser and it's not sent across internet .