site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1260536945; l=771; s=domk; d=thomasf.com; h=Mime-Version:To:Date:Subject:Content-Transfer-Encoding:Content-Type: From:X-RZG-CLASS-ID:X-RZG-AUTH; bh=IO4P2PSjJaiBKVrFedWqA2JcjEg=; b=GZkP1RWGPMXtunW79seUo43TEhkqZE3CWh4or36F/Z7lyTaS4in0RagJEfX5/OfKFND D7oEwu4TqgYSYr8+m5Dp+a/kVbq8/0nGq7FtqAt0/qTdqQAffg4a64S9aT9fr5ZZPtH3W tc/gH2d/FR5XtpXX5pRMrEkRvENSNksCzec= Hi everybody I want to use launchd to mount an encrypted dmg image which contains my home directory (AES 256 - enterprise encryption guidelines ) and other directories i want to encrypt like /tmp, etc ... Therefore i created a launchd.plist which starts hdiutils to attach the image. To be able to enter the password, i directed stdin, stderr and stdout to /dev/console. Furthermore i modified com.apple.loginwindow.plist to wait until the image is mounted. Everything seems to work but after I logged in, the images isn't mounted anymore. Does anyone has an idea how to solve this problem ? By the way, which key derivation algorithm is used to derive the encryption key from the password. Kind regards Thomas Fritz _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com