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 <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] > 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: [EMAIL PROTECTED] > > To: [EMAIL PROTECTED] > > > >> 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 > [email protected] > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-revolution > > > > > To: [email protected] _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
