bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: grub-md5-crypt question


From: Jeff Sheinberg
Subject: Re: grub-md5-crypt question
Date: Wed, 24 Mar 2004 14:50:26 -0500

Karan Saberwal writes:

 > I have been trying to generate a script which will generate the md5 hash for
 > a string taken as input from the command line.

I use the openssl passwd command for this purpose, eg,

    $ openssl passwd -1 secret
    $1$Ia9cLJGU$q2Hj95gf4d8PFHRLKXFxz1

on my Debian system, the man page can be accessed thusly,

    $ man 1ssl passwd

-- 
Jeff Sheinberg





reply via email to

[Prev in Thread] Current Thread [Next in Thread]