Welcome, Guest. Please Login or Register.
August 30, 2025, 04:03:02 AM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  English User Help  |  English Help  |  how are the password crypted? « previous next »
Pages: [1] Reply Ignore Print
Author Topic: how are the password crypted?  (Read 276 times)
Chucky
Noobie
*
Posts: 1


I'm a llama!

how are the password crypted?
« on: May 01, 2002, 07:48:53 AM »
Reply with quote

How are the Passwords in the Yabbse SQL databases crypted? (what kind of language)
Logged
Greg Robson
Training to be like Joseph
YaBB SE Developer
YaBB God
*****
Posts: 1459


Hello!

ICQ - 81390136 WWW
Re:how are the password crypted?
« Reply #1 on: May 01, 2002, 10:34:24 AM »
Reply with quote

Don't know the technical details, but they're encrypted using a one-way algorithm (well two ways, but decrypting is too complex to reverse it within a short space of time).

You can find out more here:
PHP.net Manual Crypt Reference
Logged

You can't have everything... where would you put it? -- Steve Wright
Joseph Fung
Global Moderator
YaBB God
*****
Posts: 4512


Keep smiling: it makes others nervous.

WWW
Re:how are the password crypted?
« Reply #2 on: May 02, 2002, 03:38:54 PM »
Reply with quote

Before they are inserted into the database, they are crypted as follows

$passwd2 = crypt ($passwd, substr($passwd,0,2));
Logged

Pages: [1] Reply Ignore Print 
YaBB SE Community  |  English User Help  |  English Help  |  how are the password crypted? « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.016 seconds with 21 queries.