views:

91

answers:

4

I am working for Bentley leathers and I we have a password calculator (.exe) and I am wondering if I could put it on my iPhone or the compagny BlackBerry so that way it would be easier then to have a ton of paper with me.

+2  A: 

Assuming you mean a Windows .exe, no you can't, the iPhone and Blackberry apps run off their own operating systems.

JonoW
+2  A: 

No since the operating systems are not windows, why don't you create a password protected website with the same functionality so that you can access that from any device with a browser

SQLMenace
I think .exe generates session password for website/intranet
OgreSwamp
A: 

Is there any way to transform the .exe so it can run on something else than windows ?

Bart
On a real computer running Mac or Linux you could run it in a virtual machine or possibly run it with WINE but you're not going to get it to run on a phone.
Jonathan
A: 

I suppose that password calculator is a software to generate session passwords for the intranet/vpn/whatever.

You can't launch it on Blackberry or on iPhone but your company can order development of this tool for someone and after that distribute it inside the company. I know at least one company who already did it for iPhone. You can order this development. For sure a lot of people will be glad to do that (bu you should go to the Jobs section with this offers). But developer will need a specification with description of password generation.

OgreSwamp