logo       
Google Custom Search
    AddThis Social Bookmark Button

Re: Custom crypt/decrypt password method: msg#00140

Subject: Re: Custom crypt/decrypt password method
On Mon, 25 Aug 2003 10:37:21 +0200
LIMBOURG Arnaud 
<arnaud.limbourg.prestataire-vHHsQtDGzY9GWvitb5QawA@xxxxxxxxxxxxxxxx> wrote:

> Hi all,
> 
> There is one last thing we need to do before a beta release i think.
> 
> It is currently not possible to specify a custom function for password
> encryption. I think it should not be too difficult.
> 
> I'm proposing the following
> 

>                 'cryptPasswd'   => 'myCustomCryptFunction',
>                 'decryptPasswd' => 'myCustomDecryptFunction'

Making both required, if one exists the other must exist as well :-D.

>             default:
>                 if
>                 (function_exists($this->_conf['myCustomCryptFunction'
>                 ]))
> {
>                        call_user_fun();

$this->_conf['myCustomCryptFunction']($plainPW);?

pierre



Try Searching:
servers, voip, java, networking, microsoft ...
<Prev in Thread] Current Thread [Next in Thread>