Re-2: des encryption with rev for .htaccess password
runrev260805 at m-r-d.de
runrev260805 at m-r-d.de
Wed Oct 29 05:57:49 EDT 2008
Brian,
here´s a sample. PHP script outputs the encrypted password.
<?php
// Passwort setzen
$passwort = 'matthias';
echo crypt($passwort);
?>
Matthias
-------- Original Message --------
Subject: Re: des encryption with rev for .htaccess password (28-Okt-2008 19:08)
From: Brian Yennie <briany at qldlearning.com>
To: runrev260805 at m-r-d.de
> Matthias,
>
> Can you post the relevant PHP code? There are actually many different
> ways to do encryption with PHP so it is hard to tell what you mean by
> "standard php encryption".
>
> - Brian
>
> > Hi,
> >
> > does no one know, if this is possible with revolution?
> >
> > Regards,
> >
> > Matthias
> >
> > -------- Original Message --------
> > Subject: des encryption with rev for .htaccess password (27-Okt-2008
> > 21:41)
> > From: runrev260805 at m-r-d.de
> > To: runrev260805 at m-r-d.de
> >
> >> Hi,
> >>
> >> i am working on an app, which creates .htaccess and .htpassword
> >> files for
> >> folder/file protection on a linux webserver.
> >> For this i have to encrypt passwords with standard php encryption.
> >> At the
> >> moment i am
> >> using a php script, which encrypts the password for me. But i want
> >> to do
> >> the encryption with rev, if possible.
> >>
> >> Does anyone know, if this is possible with Revolution? I looked at
> >> the
> >> encrypt command, but it seems,
> >> that i need to provide not only the password i want to encrypt, but
> >> also a "
> >> password" which is used for encryption.
> >>
> >> Could anyone help?
> >>
> >> Regards,
> >>
> >> Matthias
>
>
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
>
>
>
>
> To: use-revolution at lists.runrev.com
More information about the use-livecode
mailing list