Robert Threet wrote:
IS there a method of calling SSHA when stuffing passwords into the
directory?
We use the Digest::SHA1 and MIME::Base64 modules like this:
$ctx = Digest::SHA1->new;
$ctx->add($password);
$ctx->add($salt);
$hashedPasswd = '{SSHA}' . encode_base64($ctx->digest
2010/9/28 Robert Threet :
> Encrypting the passwords.
>
> Prentice Bisbal wrote:
>> Robert Threet wrote:
>>> IS there a method of calling SSHA when stuffing passwords into the
>>> directory?
>>>
>>
>> Do you mean to encrypt the passwords with SSHA, or to make sure SSL is
>> being used when adding p
Encrypting the passwords.
Prentice Bisbal wrote:
> Robert Threet wrote:
>> IS there a method of calling SSHA when stuffing passwords into the
>> directory?
>>
>
> Do you mean to encrypt the passwords with SSHA, or to make sure SSL is
> being used when adding passwords?
>
>
--
Robert Threet
S
Robert Threet wrote:
> IS there a method of calling SSHA when stuffing passwords into the
> directory?
>
Do you mean to encrypt the passwords with SSHA, or to make sure SSL is
being used when adding passwords?
--
Prentice Bisbal
Linux Software Support Specialist/System Administrator
School of
IS there a method of calling SSHA when stuffing passwords into the
directory?
--
Robert Threet
Systems Manager
USI Computer Center
(812) 465-1082
Confidentiality Statement: This email message, including any
attachments, is for the sole use of the intended recipient(s) and may
contain confidentia