Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- os.loadAPI("sha256")
- local salt = sendCmd("register", username)
- if salt and salt[1] then
- local hash = sha256.pbkdf2(password, salt[2], 64):toHex()
- print(hash)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement