TypescriptHash Hashing algorithms for typescript. At the moment only SHA2 256bit implemented. Using import { Hash } from './hash'; let hash = Hash.sha256("value");