Results 1 to 15 of 62
Page 1 of 5
FirstFirst 1 2 3 ... LastLast

Thread: [release vb2] Database Password Encryption

  1. #1
    Senior Member dabean is on a distinguished road
    Join Date
    Apr 2001
    Posts
    149

    [release vb2] Database Password Encryption

    Updated 15th July 2001
    Simplish hack that allows end users to chose if they want to store encrypted versions of their password.

    Full details of how this is implemented are contained in the file.
    Requirements:
    vBulletin 2.0.0
    This has not been tested on rc1/2/3 beta1-5. It might work or it might not.

    From the june 3rd update onwards a installation script is included, full details in the instructions.
    Last edited by dabean; Sun 15th Jul '01 at 12:30pm.
     

  2. #2
    Member kicks is on a distinguished road
    Join Date
    Oct 2000
    Posts
    67
    I'll have to check this out, but it sounds very interesting
     

  3. #3
    Senior Member mrlister is on a distinguished road mrlister's Avatar
    Join Date
    Nov 2000
    Location
    Burnaby, BC
    Posts
    371
    this is auctually really good. it would be a lot better if vBulletin came with this. I hate people that just use phpMyAdmin and look at your passwords.
    - MrLister
     

  4. #4
    Senior Member rebby is on a distinguished road rebby's Avatar
    Join Date
    Mar 2001
    Location
    Hugo, MN
    Age
    30
    Posts
    220
    sweet!!!
    Curt Rebelein, Junior
     

  5. #5
    vBulletin Developer Freddie Bingham is just really nice Freddie Bingham is just really nice Freddie Bingham is just really nice Freddie Bingham is just really nice Freddie Bingham is just really nice Freddie Bingham's Avatar
    Join Date
    May 2000
    Location
    California
    Age
    35
    Posts
    13,941
    Blog Entries
    16
    We will consider switching to encrypted passwords in the future.
    vBulletin Developer since Dec 2000
     

  6. #6
    Senior Member rebby is on a distinguished road rebby's Avatar
    Join Date
    Mar 2001
    Location
    Hugo, MN
    Age
    30
    Posts
    220
    Originally posted by freddie
    We will consider switching to encrypted passwords in the future.
    please do... plain text passwords is one of the only things that i don't like about vb.
    Curt Rebelein, Junior
     

  7. #7
    Senior Member mrlister is on a distinguished road mrlister's Avatar
    Join Date
    Nov 2000
    Location
    Burnaby, BC
    Posts
    371
    plain text passwords is the only reason why i have to memorize so many different passwords for each vB i sign up with.
    - MrLister
     

  8. #8
    Member kicks is on a distinguished road
    Join Date
    Oct 2000
    Posts
    67
    Originally posted by mrlister
    plain text passwords is the only reason why i have to memorize so many different passwords for each vB i sign up with.
    heh, you too?
     

  9. #9
    Senior Member kdog316 is on a distinguished road kdog316's Avatar
    Join Date
    May 2001
    Location
    AZ
    Age
    23
    Posts
    171
    dabean can you explain exactly to me how i do this part

    ALTER TABLE user ADD encryptedpass SMALLINT DEFAULT '0' not null
    CREATE TABLE passgen (requesthash char(32) NOT NULL, userid int(10) unsigned DEFAULT '0' NOT NULL, requestedtime int(10) unsigned DEFAULT '0' NOT NULL)

    My FFXI Linkshell Website
    - http://www.stealthvertigo.com
     

  10. #10
    Senior Member tubedogg has disabled reputation tubedogg's Avatar
    Join Date
    Feb 2001
    Location
    Medina, OH
    Age
    28
    Posts
    13,647
    Just a suggestion - stick your instructions and this file into a zip and put it up instead of just your text file. It's MySQL made easy.

    Rename this file to dbencrypt.php, stick it in your admin directory and go to it in a browser - login like you would to your Admin CP and then it'll do the queries and link you to your Admin CP.
     

  11. #11
    Senior Member kdog316 is on a distinguished road kdog316's Avatar
    Join Date
    May 2001
    Location
    AZ
    Age
    23
    Posts
    171
    does the dbencrypt.php do all the table altering and replacing of the other php files for me
     

  12. #12
    Senior Member dabean is on a distinguished road
    Join Date
    Apr 2001
    Posts
    149
    Updated: (15:05 BST)

    Improvements:
    - Database update script, delete it after using it. Thanks tubedogg but i'd already writen my own to go with this improved version.
    - Encypted passwords option at registration

    Bug fixes:
    - Members can no longer follow a password regeneration link more than once.
     

  13. #13
    Senior Member kdog316 is on a distinguished road kdog316's Avatar
    Join Date
    May 2001
    Location
    AZ
    Age
    23
    Posts
    171
    i ran the encyption file but i dont see any make password encrypted field on registering
     

  14. #14
    Senior Member dabean is on a distinguished road
    Join Date
    Apr 2001
    Posts
    149
    As the text file "password_encryption.txt" contained in the zip states all the installer does it make the database changes for you. You still have to modify the code and templates by following the instructions in the file.
     

  15. #15
    Senior Member kdog316 is on a distinguished road kdog316's Avatar
    Join Date
    May 2001
    Location
    AZ
    Age
    23
    Posts
    171
    ok something wrong is going on here when ever i edit my member.php file the way you say i get this error when i try to access my change password, edit options or any thing else that has to do with the user profile and this is the error

    Fatal error: Call to undefined function: getuserinfo() in /home/photo/public_html/tmbps/member.php on line 101

    and here is line 101 on member.php


    PHP Code:
        $bbuserinfo=getuserinfo($userid); 
     

Page 1 of 5
FirstFirst 1 2 3 ... LastLast

Similar Threads

  1. Password Encryption
    By glenmax in forum vBulletin 2 'How Do I' and Troubleshooting
    Replies: 1
    Last Post: Sun 11th Jan '04, 2:23am
  2. Password encryption
    By stanmxl in forum vBulletin Suggestions and Feedback
    Replies: 2
    Last Post: Sun 27th Jul '03, 10:35pm
  3. Password encryption
    By Ed FvC in forum vBulletin Pre-sales Questions
    Replies: 1
    Last Post: Wed 20th Feb '02, 4:35pm
  4. Replies: 42
    Last Post: Sun 1st Jul '01, 9:18pm
  5. Password Encryption
    By ScottGeiger in forum vBulletin 2 Suggestions and Feedback
    Replies: 2
    Last Post: Mon 21st May '01, 10:12am

Bookmarks

Posting Permissions

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