Re: How to use Blowfish

2011-09-13 Thread Jeffrey Walton
On Tue, Sep 13, 2011 at 6:49 AM, Jeffrey Walton wrote: > On Tue, Sep 13, 2011 at 5:53 AM, Mrunal Nerpawar 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 sh

Re: How to use Blowfish

2011-09-13 Thread Jeffrey Walton
On Tue, Sep 13, 2011 at 5:53 AM, Mrunal Nerpawar 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 blowfish API to fi

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 thi