Home > database >  Who had the standard DLL and MD5 encryption API for sharing
Who had the standard DLL and MD5 encryption API for sharing

Time:10-10

If inscribe the pb write MD5 affect efficiency too slow

CodePudding user response:

Ha ha, the key is a string with Chinese, the encrypted content is not general

CodePudding user response:

Search u_derek_md5 is an invisible controls, directly in line,

CodePudding user response:

Function declaration:
The FUNCTION string MDString (string arg1, int arg2) Library "md5. DLL
"

Applications:
String ls_md5_pass

If sle_new. Text & lt;> Sle_again. Text then
Messagebox (" prompt ", "password efficacy error")
Return
End the if

Ls_md5_pass=MDString (sle_again. Text, len (sle_again. Text))

The update all_xt_user set user_pass=: ls_md5_pass
Where user_id=: ls_user_id
Using the sqlca.

If the sqlca. Sqlcode=1 then
Messagebox (" error ", "password change failed")
Close (the parent)
The else
commit;
Close (the parent)
end if

CodePudding user response:

PFW framework in a variety of encryption
  • Related