Results 1 to 3 of 3

Thread: How to get a strong password

  1. #1
    Member
    Join Date
    Aug 2007
    Location
    EEP BenchamaMaharat-Ubon
    Posts
    49


    เป็นบทความที่บอกเกี่ยวกับการตั้งรหัสผ่านครับ เพื่อบางคนยังไม่ตระหนักถึงความสามารถในการ brute force ของเหล่า hacker
    จากที่ผมเคยพบนะครับ ถ้าใช้ windows บรูทฟอส จะใช้เวลาต่อรหัส ราวๆ 6ชั่วโมง แต่ถ้าใช้เครื่องเซิฟที่เป็น linux พวกนี้จะใช้เวลา
    แค่ 4 ชม. ดังนั้นถ้าเราตั้งรหัสผ่านให้มัน brute ยากก็ย่อมดีกว่าครับ กันไว้ดีกว่าแก้

    Tech Novice: What's a "Strong" Password?
    You've heard your IT manager say it: "Why don't you use a strong password?" And maybe you're wondering how a password gets stronger? Gym workouts? Secret locker room deals with Barry Bonds? Here's the scoop:

    The strength of a password is measured by its resistance to attack. The basic hacker attack against a password is termed 'brute force". That refers to the hacker's computer(s) just trying a large variety of words and/or letter combination until they happen to hit the right password.

    If you stick with just letters, or worse just lower case letters, you're weakening yourself against this kind of brute force attack. Those passwords might be easier to remember (like for me, "oliver" might be easy), but now the brute force attack simply has to run through a list of semi-common names to guess my password. Even if I capitalize a few letters in the password ("OliVeR"), it still won't slow down a decent cracker.

    So how do you put together a strong password that isn't impossible to remember? The password "2mn!$0Uir" may be pretty strong, but try remembering that unless you use it every day. Here's a few variations:

    1. Start with a phrase that&#39;s important to you. As an example, try your Mom&#39;s address -- 1438 Atlantic Blvd., Blingblang OH 02887. One possible password here might be all the numbers and the first letters of each word combined with the two-letter abbreviation for the state: 1438ABBOH02887. That&#39;s a pretty strong password, but it could be stronger. Instead of capitalizing everything, let&#39;s cap only the state abbreviation. And instead of using all the numbers, let&#39;s just use the <shift> characters for the four numbers in the address. So you get !$#*abbOH02887. That&#39;s a strong password.

    2. Link two things that only you would link. Try your two favorite books. For me, that might be Tolkien&#39;s Lord of the Rings and Hemingway&#39;s A Moveable Feast. For starters, pick a word from each title and combine them into a unique phrase: LordFeast. Still pretty easy to crack. So associate some numbers with each word. There were 3 books and 9 heroes in the fellowship and the last time I was in Paris (where A Moveable Feast takes place) was on the 14th of July--the French 4th of July. So now you might have 39LordFeast714. Better, but you could still take it a step further.

    For example, just change all the vowels into numbers--I have a little code for that:

    a = 4
    e = 3
    i = 1
    o = 0
    u = 7

    Now you&#39;d get 39L0rdF34st714. And if you decided to hit <shift> for all the numbers that used to be vowels, you&#39;d get 39L)rdF#$st714. Damn hard to crack, yet pretty simple to remember if you just follow your own rules.

    Yeah, strong passwords can be a pain. But when you&#39;re protecting things like your bank account or corporate resources that might get you fired (or worse) if they got stolen through your weak password, it&#39;s worth the effort. And besides, with a little imagination on the variations described above, you can pretty quickly come up with a strong password that&#39;s still easy to remember...for you.

    จาก http://technologyfilter.spaces.live.com/Bl...#33;10243.entry

    หรือถ้าใครจะเอาฉบับผมแปลก็ได้นะครับ แต่บอกก่อนว่าผมไม่ใช่มืออาชีพนะครับ ถ้าเกิดว่าแปลไม่ดีก็อย่าว่ากันนะครับ พอเป็นแนวทางครับ

    **Hidden Content: To see this hidden content your post count must be 5 or greater.**

    คนที่ไม่เคยพ่ายแพ้คือคนที่ไม่เคยทำอะไรเลย

  2. #2


    นี่เลยครับ เอาไปเชคดูว่า password ของเรานั้นแข็งแกร่งเพียงใด
    มี 3 ระดับนะครับ weak medium strong และ best

    ควรตั้งให้ strong ไว้นะครับ ^^

    กดเลยครับ
    As the man thinks, he is.

  3. #3


    Thumbs down

    จริงๆ แล้ว เรื่องการตั้งpasswordเนี่ย ผมว่ามันขึ้นอยู่กลับ ว่า เรา ยอมรับ Risk ที่เกิดขึ้น หากpassword ด้งกล่าวที่คุณคิดว่ามัน ง่ายต่อ การถูกBrute Force เพื่อCrack เช่น 1234567890 เนี่ย หรือ password ที่คุณคิดว่ามันยากเช่น A2$1rl แบบนี้ ถูกcrack ออกมาได้จริง ส่วนหนึ่งขึ้นอยู่กับ
    **Hidden Content: To see this hidden content your post count must be 5 or greater.**
    และ
    password ยากต่อการBrute Force จะไม่มีประโยชน์เลยย ถ้าหากโดน
    **Hidden Content: To see this hidden content your post count must be 5 or greater.**

    ถ้าอยากได้ การตั้งpasswordที่ สุดยอดของ ความยากทนทานต่อ การ sniffer crack จริง ก้อ ทำไมไม่ใช้
    **Hidden Content: To see this hidden content your post count must be 5 or greater.**

    แต่ต้นทุนของมันก็สูงตามความปลอดภัยของมันนะครับ
    ขอบคุณที่อ่านครับ
    <div align="center">[img]http://trickdd.com/peak/epeak.gif[/img]</div>

Similar Threads

  1. How to Develop a Strong Password
    By newsbot in forum World Hacking/Security News
    Replies: 0
    Last Post: 04-10-2009, 05:41 AM
  2. 7 Quick Tips For Picking A Strong Security Code
    By newsbot in forum World Hacking/Security News
    Replies: 0
    Last Post: 24-09-2009, 02:16 AM
  3. Replies: 2
    Last Post: 03-10-2008, 06:20 PM
  4. Superhero Presents Strong Case for ID Cards
    By newsbot in forum World Hacking/Security News
    Replies: 0
    Last Post: 06-04-2008, 10:22 AM
  5. Replies: 0
    Last Post: 29-03-2008, 01:32 AM

Members who have read this thread : 0

Actions : (View-Readers)

There are no names to display.

Tags for this Thread

Posting Permissions

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