hash

hash(hash algorithm) is an algorithm to generate hash from data.

sha1

sha1(secure hash algorithm 1) is an algorithm to generate hash(20bytes) from data.

example

SHA1.js

sha256

sha256(secure hash algorithm 256 bit) is an algorithm to generate hash(32bytes) from data.

example

SHA256.js