const argon2 = require('argon2'); const szoveg = 'titok'; argon2.hash(szoveg).then(hash => { console.log(hash); });