mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 21:01:29 +00:00
4 lines
127 B
JavaScript
4 lines
127 B
JavaScript
var sodium = require('libsodium-wrappers-sumo');
|
|
|
|
var hash = sodium.crypto_pwhash_str('password', 3, 32768);
|
|
console.log(hash); |