https://livecode.fandom.com/wiki/Encrypt
The string received in the PHP file when it is decrypted contains spaces.
Code: Select all
put EncryptIt_LC(tLogin) into tLogin
put EncryptIt_LC(tPassword) into tPassword
put "cmd=login" & "&tLogin=" & urlencode(tLogin) & "&tPassword=" & urlencode(tPassword) into tArgList
post tArgList to URL URL_EW
Code: Select all
result = 'mydecryptedstring '
