STUPBI Having a look at the Security_Install_Key Apple Script inside the Install_Security_Key.dmg file the script installs three files: - com.electriceelprod.securitykeycheck.plist inside /System/Library/LaunchDaemons - Security_Key_Check (probably a unix executable) inside /usr/bin/ - .accessfile (on the USB Stick you choose to use) It renames the stick to "Security_Key" at least, might even reformat it before doing so - a backup of your stick might be in order before installing. The LaunchDeamon seems to be the core, triggering the unix executable) inside /usr/bin/ which then seems to check and validate the .accessfile on your usb stick. Although this is just what I can tell from looking at the apple script file. A confirmation from the developer would be useful since I can't look at the unix executable. It might do a lot of other things. (Version 1.0) |