Advertisement
infiniteblock

Untitled

Apr 21st, 2020
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. os.loadAPI("sha256")
  2. local salt = sendCmd("register", username)
  3. if salt and salt[1] then
  4. local hash = sha256.pbkdf2(password, salt[2], 64):toHex()
  5. print(hash)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement