Gossamer Forum
Home : General : Perl Programming :

PHP MM encryption..

Quote Reply
PHP MM encryption..
Anyone know if this PHP encryption method will actualy print out a valied MM encrypted word?

Code:
$password = "mycrazypass";
$encrypted_password = crypt($password, 'xx');

Thanks

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [AndyNewby] PHP MM encryption.. In reply to
Andy, please make php.net your first point of reference. It takes under a minute to find the answer to most of your php questions...


http://www.php.net/manual/en/function.crypt.php