PDA

View Full Version : require a password to launch application?




shecky
May 5, 2008, 09:52 AM
is there any way to do this? i'm running leopard.



wrldwzrd89
May 5, 2008, 10:29 AM
There are several ways to do this.

1. Wrap the application inside an encrypted disk image, and protect that with a password.
2. Wrap the application inside some other sort of password-protected archive.
3. Create a little AppleScript wrapper that prompts for a password, then launches the requested application. For this to be effective, the real application should be hidden in such a way that bypassing the AppleScript wrapper is difficult.