mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-13 06:48:20 +00:00
WebInterface reference implementation
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
var sodium = require('libsodium-wrappers-sumo');
|
||||
|
||||
var hash = sodium.crypto_pwhash_str('password', 3, 32768);
|
||||
console.log(hash);
|
||||
Reference in New Issue
Block a user