site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :content-type:content-transfer-encoding:mime-version:subject:date :x-mailer; bh=zVodxzaSOLw/SAZXz6PNdSFrQnqxugr7CdljkFHzLik=; b=mIqrqgh24XrVn2/2GL4TeE3ghRXzlvX8zgTOejDEkXItDwpBdzZtpVnxz6rqleaJ+w K12rQfd8TMUfsCEDs4AUUliUPjDebS+hcqP3DGJ3Dea8ojfJjORnEUrkpk/8Er0GYwiF YT4kWyRb3pmaegH2eurciwgDX2+mKsg2qUrwc= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:content-transfer-encoding :mime-version:subject:date:x-mailer; b=Ipp3dhS3rgYZBfQ9b1dOZUf7wQ15WpXwGg4olaiO38LjgaONW0hPH6bsIP5ClV0pde ekGZsf0ml04IUieq0X8zIdpeKm03ByQSn/M5PL5TxMAeLtDjBqD16oYGxrzAbruhhn8x Z/dwaO7GYkl7zUutLZS4kOzy2eCFLujfgfQcQ= I would like to implement disk sector encryption under Mac OSX. What would be the best point in the driver tree to insert my driver? Thanks in advance, Joel --- http://tinyco.de Mac, Lisp, OCaml _______________________________________________ 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... The idea is to create a custom EFI boot loader to ask for a password, store that somewhere (NVRAM?) and then encrypt and decrypt disks sector by sector. It's different from what FileVault does as it encrypts disk volumes. This email sent to site_archiver@lists.apple.com