STRING模块新增一个简易摘要算法,未来保护用户密码明文可能用到

This commit is contained in:
MrZ626
2021-12-06 03:18:41 +08:00
parent 4bafa4bffe
commit 46223e38cd
2 changed files with 20 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ local function _login()
elseif #password==0 then
MES.new('error',text.noPassword)return
end
-- password=STRING.digezt(password)
NET.wsconn_user_pswd(email,password)
if savePW then
saveFile({email,password},'conf/account')