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
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
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