There's no real interface to the crypt() syscall through Bash that I
know of, however if you've got either perl or mysql command line you
can do something like:
mysql -u -h -p -e 'select
encrypt("passwd", "$1$salt")' The $1$ specifies that it use MD5 if
available. Remove this if you compile
Hello,
anybody here who knows how to generate a password that are stored by
vpopmail in a sql database by a Unix commandline?
Oliver
> I don't remember exactly, but there is a function in mysql SQL
> that allows you to create a unix compatible MD5 password
> from the clear text.
>
> From my
I don't remember exactly, but there is a function in mysql SQL
that allows you to create a unix compatible MD5 password
from the clear text.
>From mysql documentation:
ENCRYPT(str[,salt])
Encrypt str using the Unix crypt() system call. The salt argument should be a
string with two characters.
Hello Peter, hello all,
you wrote, that passwords are stored by vpopmail in a sql database by
"..It's system crypt(3) function.."
How can I generate it by a linux commandline?
Oliver
> Hello Jacob,
>
> On Tuesday, October 28, 2003 at 3:43:41 AM you wrote (at least in
> part):
>
> >> what st
Hello Jacob,
On Tuesday, October 28, 2003 at 3:43:41 AM you wrote (at least in
part):
>> what style of encryption does vpopmail implement on the passwords that it
>> stores in the sql db?
> The same it uses for .cdb files. Read the archive [1].
> http://bluedot.net/mail/archive/list.php?f=2
>>
ITS MD5 by default
regds
Jacob
- Original Message -
From: "Peter Palmreuther" <[EMAIL PROTECTED]>
To: "[EMAIL PROTECTED] in vpop" <[EMAIL PROTECTED]>
Sent: Monday, October 27, 2003 6:54 PM
Subject: [vchkpw] Re: password encryption
Hello List,
On Saturday
Hello List,
On Saturday, October 25, 2003 at 6:52:54 PM [EMAIL PROTECTED] wrote (at
least in part):
> what style of encryption does vpopmail implement on the passwords that it stores
> in the sql db?
The same it uses for .cdb files. Read the archive [1].
http://bluedot.net/mail/archive/list.php
On Thu, 2001-12-06 at 03:46, Inter7 List wrote:
>
> Hello Ken/Bill/List Members
>
> How is the password encrypted by vpopmail for virtual users? We need to
> authenticate users in vpopmail cdb database using java api but the password
> returned is encrypted. Enabling clear passwords in vpopma