How to use Blowfish

2011-09-13 Thread Mrunal Nerpawar
Hi, I have a use case for one of the product that I work on. I need to know if the passwords on the unix machines are weak. The passwords are hashed using blowfish algorithm. I shall be doing dictionary encryption using blowfish API to find the weak passwords. I am using openssl/blowfish for

Re: How to use Blowfish

2011-09-13 Thread Jeffrey Walton
On Tue, Sep 13, 2011 at 5:53 AM, Mrunal Nerpawar p.mru...@gmail.com wrote: I have a use case for one of the product that I work on. I need to know if the passwords on the unix machines are weak. The passwords are hashed using blowfish algorithm. I shall be doing dictionary encryption using

Re: How to use Blowfish

2011-09-13 Thread Jeffrey Walton
On Tue, Sep 13, 2011 at 6:49 AM, Jeffrey Walton noloa...@gmail.com wrote: On Tue, Sep 13, 2011 at 5:53 AM, Mrunal Nerpawar p.mru...@gmail.com wrote: I have a use case for one of the product that I work on. I need to know if the passwords on the unix machines are weak. The passwords are hashed