From: Gregory Brown Date: 2007-01-16T03:25:43+09:00 Subject: Re: [ANN] keybox 1.0.0 Released On 1/15/07, Jeremy Hinegardner wrote: > On Mon, Jan 15, 2007 at 02:17:01PM +0900, Gregory Brown wrote: > > On 1/14/07, Jeremy Hinegardner wrote: > > >keybox version 1.0.0 has been released. > > > > > > http://keybox.rubyforge.org > > > > > >Keybox is a set of command line applications and ruby libraries for > > >secure password storage and password generation. > > > > Neat. you may want to look at Highline for OS independent password entry. > > > > I considered using Highline and even looked at how it handled stty > for inspiration. But one of the goals I wanted for this was to not > depend on any gems so that it could be installed on USB drives or other > portable storage device. And so its only requirement for daily usage > would be ruby. Just vendor HighLine with your tool. It's only like, 3 or 4 files, and since we've got it pretty well stabilized it should be solid and not need to be updated any time soon...