Re: [Bcrypt-users] bcrypt in The Economist
Status: Beta
Brought to you by:
jwshelley
From: Schmidt, C. T. <ct...@ra...> - 2012-06-15 06:52:31
|
The article talks about the "bcrypt Hash" (1) function, not our beloved little blowfish encryption tool. And sadly, bcrypt seems to be unmaintained. Everything it does openssl (2) can do too, and better/more "open". bcrypt appears to be used mainly because there are binaries for all three major OSes readily available and the learning curve (if so to speak) to use it is low(er) then openssl's. Does anyone know the part of the code where bcrypt generates the actual key used to blowfish-encrypt the file from the password given? Regards, Christian. (1) http://en.wikipedia.org/wiki/Bcrypt (2) http://www.openssl.org/ On Wed, Jun 13, 2012 at 4:58 PM, Liviu Andronic <lan...@gm...>wrote: > Dear all > You may be curious to know that 'bcrypt' was recently mentioned in a > The Economist article [1]. > [1] http://www.economist.com/blogs/babbage/2012/06/password-theft > > Regards > Liviu > > PS Is there *any* development still going on on bcrypt? It seems like > a very nice utility, which unfortunately contains bugs that were > reported over the last decade or so. > > > -- > Do you know how to read? > http://www.alienetworks.com/srtest.cfm > http://goodies.xfce.org/projects/applications/xfce4-dict#speed-reader > Do you know how to write? > http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mail > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Bcrypt-users mailing list > Bcr...@li... > https://lists.sourceforge.net/lists/listinfo/bcrypt-users > |