iteration
This commit is contained in:
@ -32,7 +32,7 @@ function generate_token(user)
|
|||||||
end
|
end
|
||||||
|
|
||||||
function convert_password(password)
|
function convert_password(password)
|
||||||
return textutils.sha256(password + "3m&LmNm7")
|
return textutils.sha256(password .. "3m&LmNm7")
|
||||||
end
|
end
|
||||||
|
|
||||||
load_data()
|
load_data()
|
||||||
|
Reference in New Issue
Block a user