From owner-freebsd-questions@FreeBSD.ORG Thu Jun 12 02:02:35 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3FD34106566B for ; Thu, 12 Jun 2008 02:02:35 +0000 (UTC) (envelope-from jeffrey@goldmark.org) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id 0C4FD8FC0C for ; Thu, 12 Jun 2008 02:02:34 +0000 (UTC) (envelope-from jeffrey@goldmark.org) Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 8D255114F77; Wed, 11 Jun 2008 22:02:34 -0400 (EDT) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute1.internal (MEProxy); Wed, 11 Jun 2008 22:02:34 -0400 X-Sasl-enc: US2LzNbci4XdR7p1COxXGYFtNhoUVg7LCGlGvRC3RXj+ 1213236154 Received: from hagrid.ewd.goldmark.org (n114.ewd.goldmark.org [72.64.118.114]) by mail.messagingengine.com (Postfix) with ESMTPSA id 0EF88130DA; Wed, 11 Jun 2008 22:02:33 -0400 (EDT) Message-Id: <30F0C10C-B7A3-4710-B64E-C5E96502CB34@goldmark.org> From: Jeffrey Goldberg To: Andrew Berry In-Reply-To: <485071FD.8020504@sentex.net> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v924) Date: Wed, 11 Jun 2008 21:02:31 -0500 References: <484F7CBE.5060401@lc-words.com> <20080611161436.GA9276@slackbox.xs4all.nl> <20080611163515.GA8032@ayn.mi.celestial.com> <85FE1FA5-D917-43D8-B959-C70A00A41A7A@goldmark.org> <485071FD.8020504@sentex.net> X-Mailer: Apple Mail (2.924) Cc: FreeBSD List Subject: Re: generating random passwords X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jun 2008 02:02:35 -0000 On Jun 11, 2008, at 7:46 PM, Andrew Berry wrote: > Any idea what the name of the project for the Security framework is? > I can't seem to find anything on Google. I'd love to be able to > access keychains from OS X on other platforms, without resorting to > dumping everything to plaintext. This looks like a good place to start. http://developer.apple.com/opensource/security/index.html I, too, would like my OS X Keychains to be portable. Cheers, -j