Hello,
For security, Is it necessary, and if yes what is the best method to do for:
Hidding particulary parameters or constant or var into the code,
like :
it may be a ridiculous idea, but I ask the question anyway.
for example if there are revers assemblers or compilers ...
or for best practicies
Thanks,
Michel
For security, Is it necessary, and if yes what is the best method to do for:
Hidding particulary parameters or constant or var into the code,
like :
B4X:
Public PhaRcs As String = "Mypassword" ' Password
Public WebSite As String = "https://www.MyWebSite.com" ' Url
Public ServerUrl As String = WebSite & "/Asp/ListCatJson.asp" ' Url part
Public DbGlobal As String = "dbglobal.db" ' Db Name
it may be a ridiculous idea, but I ask the question anyway.
for example if there are revers assemblers or compilers ...
or for best practicies
Thanks,
Michel