In Node.js I can calculate a hash with a help of the crypto module:
crypto
import crypto from "crypto";