I post this only for information.
I was not aware that the username and password are visible in plain text in the EXE.
Best regards,
Otto
My very simple obfuscator:
- Code: Select all Expand view
- function pw()
local cPassword1 := "m"
local cPassword3 := "P"
local cPassword2 := "y"
local cFiller := "xyz"
local cPassword5 := "0"
local cPassword6 := "0"
local cPassword7 := "7"
local cPassword4 := "W"
*----------------------------------------------------------
return ( cPassword1 + cPassword2 + cPassword3 + cPassword4 + cPassword5 + cPassword6 + cPassword7 )