hosted by liquidweb


Go Back   Web Hosting Talk : Web Hosting Main Forums : Programming Discussion : Stored Passwords
Reply

Programming Discussion Discussions related to web programming languages and other related issues. Topics may include configuration, optimization, practical usage and database connectivity.
Forum Jump

Stored Passwords

Reply Post New Thread In Programming Discussion Subscription
 
Send news tip View All Posts Thread Tools Search this Thread Display Modes
  #1  
Old 07-28-2006, 03:07 PM
techwebhosting techwebhosting is offline
Junior Guru
 
Join Date: Oct 2005
Location: Kentucky
Posts: 202

Stored Passwords


What type of encryption, does vbulliten store its passwords in?

Is it something like MD5, or what I am confused, and I have always just wondered.


EDIT: Never Mind I have figured it out

__________________
DJ Anderson
Need Hosting?
www.techwebhosting.com


Last edited by techwebhosting; 07-28-2006 at 03:12 PM.
Reply With Quote


Sponsored Links
  #2  
Old 07-28-2006, 03:13 PM
Xeentech Xeentech is offline
Web Hosting Master
 
Join Date: Aug 2005
Location: UK
Posts: 655
Probly MD5

I'd be willing to bet its MD5. I remeber it wasn't hard at all intergrating a secure login for a tool I made for a client with vbulliten so it must be something avalaible in Perl, and not many people use crypt() these days.

One way to test would be to MD5 your own password and see if it matches your db stored in the db. Remeber not to enter a carage return if you use the command line tool.

Reply With Quote
  #3  
Old 07-28-2006, 03:48 PM
ricocheting ricocheting is offline
Junior Guru Wannabe
 
Join Date: Mar 2004
Posts: 50
vB uses a randomly generated 3 char salt associated with each user and uses md5 on that + the password to store.

PHP Code:
$users_salt "B]a";
$password "secret";

$store md5($users_salt.$password); 
using salt makes it harder for someone to simply search for a user with a md5 password stored as "5ebe2294ecd0e0f08eab7690d2a6ee69" (the md5 for "secret"). doesn't stop anyone determined, but easy thing that adds another layer to help with security.

Reply With Quote
Sponsored Links
  #4  
Old 07-28-2006, 03:49 PM
NyteOwl NyteOwl is offline
ThirtySx Bits Forever!
 
Join Date: Jul 2001
Location: Canada
Posts: 1,284
Most software doesn;t store the password itself, but a one-way hash value of the password. MD5 , though not secure is a likely candidate.

__________________
"Obsolesence is just a lack of imagination."

Reply With Quote
  #5  
Old 07-29-2006, 02:13 AM
Czaries Czaries is offline
Junior Guru
 
Join Date: Aug 2001
Location: Central USA
Posts: 200
Actually... 'salt' is added to hashed passwords in order to make them stronger passwords to prevent brute force decryption methods. Too many people use nothing but common dictionary words in their passwords, and that makes them easy to guess using programs that just check the hash against every word in the dictionary until a match is found (brute force attack). Adding salt with 3 random characters makes the password much stronger, and 99% of the time can prevent an attack like this.

__________________
InvoiceMore - Online Billing & Invoicing
phpDataMapper - Object-Oriented PHP5 Data Mapper ORM

Reply With Quote
Reply

Related posts from TheWhir.com
Title Type Date Posted
Unpatched Adobe ColdFusion Vulnerability Made Linode Hack Possible Web Hosting News 2013-04-16 16:16:35
$5 Million Class Action Suit Filed Against LinkedIn Over Security Breach Web Hosting News 2012-06-20 11:38:04
LinkedIn Confirms Password Leak, Sophos Says 60 Percent Decrypted Web Hosting News 2012-06-08 10:56:39
Professional Network LinkedIn Investigates Alleged Leak of 6.5M User Passwords Web Hosting News 2012-06-06 12:17:57
Hackers Break Into Web Host Linode, Steal $228K in Bitcoins from Customers Web Hosting News 2012-03-02 10:35:36


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
Postbit Selector

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump
Login:
Log in with your username and password
Username:
Password:



Forgot Password?
Advertisement:
Web Hosting News:



 

X

Welcome to WebHostingTalk.com

Create your username to jump into the discussion!

WebHostingTalk.com is the largest, most influentual web hosting community on the Internet. Join us by filling in the form below.


(4 digit year)

Already a member?