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