iteration

This commit is contained in:
Layla 2023-10-08 00:36:13 -04:00
parent d8f6c626ef
commit 975a70f69f

View File

@ -32,7 +32,7 @@ function generate_token(user)
end
function convert_password(password)
return textutils.sha256(password + "3m&LmNm7")
return textutils.sha256(password .. "3m&LmNm7")
end
load_data()