I m looking at a Windows Executable that I like. I would like to be able to access it via my google phone. So, I want to put the executable into a website and load that website in my phone to operate the program from my phone. My Web Server is on Linux (ubuntu). I m using Apache, PHP, and MySQL. So, I think that I would need to use WINE to get the executable running on Ubuntu and then somehow need to pipe the visual elements or the program itself into a webpage. Is this practical? Is this possible? If not, are there any alternatives?
For security reasons, it is desirable to check the integrity of code before execution, avoiding tampered software by an attacker. So, my question is How to sign executable code and run only trusted ...