Results 1 to 4 of 4

Thread: อยากทราบว่า เวปบอร์ด phpBB เข้ารหัสผ่านของ user ยังไงครับ

  1. #1
    Member
    Join Date
    Jul 2009
    Location
    Dindaeng
    Posts
    51


    อยากทราบว่า เวปบอร์ด phpBB เข้ารหัสผ่านของ user ยังไงครับ

    เขาเขียนอัลกอลิทึมเองหรือว่าเป็นมาตรฐานพวก sha1 หรือ md5 ไรพวกนี้ป่าวคับ

  2. #2
    Senior Member retool2's Avatar
    Join Date
    Aug 2008
    Location
    Under Relocation
    Posts
    178


    เท่าที่ดูจาก google แล้วก็เวบของ phpbb นะครับ
    ผมไม่ชัวร์เพราะว่าไม่มี source ของ phpbb มาแกะ code algorithm
    **Hidden Content: To see this hidden content your post count must be 1 or greater.**

  3. #3
    Member
    Join Date
    Jul 2009
    Location
    Dindaeng
    Posts
    51


    เข้าไปดูมาแล้วคับผม

    Phpbb hash นี่คือ ตัวถอดรหัสหรือเปล่าครับ

  4. #4
    Senior Member retool2's Avatar
    Join Date
    Aug 2008
    Location
    Under Relocation
    Posts
    178


    มันเป็นฟังก์ชั่นทำงานคล้ายๆกับ md5 อะครับ ซึ่งผมก็ยังไม่ได้ไปแกะอ่าน code มันอยู่ดี
    อาจจะมี code ว่า

    function Phpbb_hash($in){
    return md5($in."phpbb");
    }

    อย่างนี้ก็ได้ครับ คือเป็นการใช้ hash ที่มีความปลอดภัยมากขึ้น เพราะว่า md5 ปัจจุบันมีฐานข้อมูล hash เยอะมากครับ

    สรุปคือเป็นตัวเข้ารหัสมาครับ ไม่ใช่ตัวถอด ซึ่งให้คาดเดาคงจะไม่มีตัวถอดรหัสเหมือนๆ md5 ครับ
    ทำได้อย่างมากก็ไปแกะ code แล้วทำการ brute force เทียบดูเท่านั้นครับ

Similar Threads

  1. Replies: 2
    Last Post: 27-07-2010, 03:15 PM
  2. Replies: 2
    Last Post: 25-04-2010, 11:24 PM
  3. Replies: 2
    Last Post: 03-02-2008, 12:29 AM
  4. Replies: 2
    Last Post: 24-12-2007, 12:54 AM
  5. สร้าง graph ยังไงครับ
    By Anonymous in forum Visual Basic
    Replies: 0
    Last Post: 29-04-2005, 01:07 AM

Members who have read this thread : 0

Actions : (View-Readers)

There are no names to display.

Posting Permissions

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