const cryptojs = require('crypto-js'); const szoveg = 'titok'; const hash = cryptojs.SHA512(szoveg).toString(); console.log(hash);