Passwords That Should Never Be Used - How to create strong passwords and hacksafe passwords
Oxford
May 25 2006, 12:23 AM
QUOTE
Strong passwords are your first step in securing your systems. If a password can be easily guessed or compromised using a simple dictionary attack, your systems will be vulnerable to hackers, worms, Trojans, and viruses.
Trojan, virus, and worm authors have had great success attacking systems with weak and/or default passwords. Take IRC/Flood Trojan for example. McAfee’s virus profile states that IRC/Flood has over 120 variants and has infected over 60,000 machines in the last 30 days. IRC/Flood succeeds by checking for 22 different different easy to guess admin passwords (variants vary). Unfortunately, there are a lot more where IRC/Flood came from, W32/Tzet.worm, W32/Random.worm, and W32.HLLW.Gaobot.gen are in the wild just to name three.
Hackers also have no problem compromising systems with weak passwords. Programs like L0pthCrack for example make the process simple and efficient. Creating a password-cracking dictionary is not even a challenge. Type the words "Creating Password Cracking Dictionaries", without the quotes, in to your favorite search engine. A comprehensive dictionary can be downloaded or created from scratch in short order.
Below is a list of commonly used weak passwords that should NEVER be used. If any of these passwords look hauntingly familiar and are being used, you need to change the password immediately.
I totally agree with this idea but isn't it understood? Most of the webmasters would know this much, atleast.
Last time I visited a friend of mine and when he was logging on to his hotmail ID he was typing his password for a long time and I asked him what was he doing. He told me that he was typing his password consisting of alphabets and numbers that made up to 70 characters. It was one of the longest password I've ever heard of. And you know what he said, his email ID has the safest password.
You could easily use a phrase as a password, and to include numbers in it, use any number as a space (like "this0is0the0safest0password0in0the0world0hurray"). This yaw you wouldn't forget it. Of course you could use a gigantic phrase but I don't know if that is even possible to store in the passwords database..
Other type of password that can be used is the "numb3r5_4nd_l3773rs" type.
Or you can even type a backwards phrase, so the dictionaries wouldn't be able to guess them (like "nac uoy fi em kcah ot yrt")
More importantly than typing in common passwords, is the concept of default passwords. For example, how many wireless products come with default passwords where the owner is too stupid to think to change it. Now people are being arrested for connecting to wireless networks, but I think the fault should be placed on the people who aren't securing those networks in the first place, the product makers.
Also, make use of symbolic (literally, not literary) passwords [^*@&%!!@#$*12342568 9ABCDEFGHIJKLMNOPQ...] arranged into random strings of blah. Takes forever to crack according to this article: http://www.thecrypt.co.uk/lockdown/recovery_speeds.html
it is a good idea all of you gave above.a security password must include number ,letter and symbol...certainly capitalization aslo need not lack.however,it is not a perfection.there is a good way to protect your password.the order of your typing them...you can type the latter part with keyboard then use mouse to input the fore part to avoid some spy software.
i use an alphanumeric combination for my passwords. i tried to open a friend's account using his favorite artist's name and it worked. i told him at once about that, and asked him to change his password immediately or else I would hack his accounts. hehehe he changed the passwords to all of his accounts. some people are so vulnerable to hacking because they use simple words as passwords.
You could easily use a phrase as a password, and to include numbers in it, use any number as a space (like "this0is0the0safest0password0in0the0world0hurray"). This yaw you wouldn't forget it. Of course you could use a gigantic phrase but I don't know if that is even possible to store in the passwords database..
Other type of password that can be used is the "numb3r5_4nd_l3773rs" type.
Or you can even type a backwards phrase, so the dictionaries wouldn't be able to guess them (like "nac uoy fi em kcah ot yrt")
They arn't the best examples of passwords that you should use...
You need Special characters like: @~{}]['#/()*"$%"^! Lowercase Letters like: abcdefghi Uppercase Letters like: ABCDEFGHI Numbers like: 01234567
All this will create the best password for example:
Also that Microsoft password strength checker is a joke. *8IiY^jK is a strong password but neigowpagjioeamdklbewiqoerweoqyirosyireopiytdringiwoeaniinvkdlvdsanioveahgieoaur
eiowqyuqwetuip is not according to it.
Well, actually, I think it uses a simplified version of the KDE algorithm that I posted on page 3. From what I see it works like this:
The base strength rating is 0.
1. If the password contains at least 8 letters, regardless of case, add 1 to the strength rating. 2. If the password contains at least 1 number, add 1 to the strength rating. 3. If the password contains at least 1 special character, add 1 to the strength rating. 4. If the password is longer than 14 characters, add 1 to the strength rating.
5. If the password contains less than 8 of any type of character, subtract 5 from the strength rating. 6. If the password contains only 1 type of character, subtract 5 from the strength rating.
For another suggestion try using very special characters... ones you can only get to by holding ALT and then typing in numbers on the keypad... like this...
QUOTE
{¿äilikepie (that is: ALT+123, ALT+0191, ALT+132, ilikepie)
It creates a very small chance that anyone will even guess to use those... and it will become very difficult to actually figure out what keys to press,etc... it makes it even more secure by including a random phrase such as ilikepie.
Password generators may be fun to play with, but they sure are not useful. Like rvalkass said, it is much easyer to remember a sentance than tK(#n6Kw2z.
Also that Microsoft password strength checker is a joke. *8IiY^jK is a strong password but neigowpagjioeamdklbewiqoerweoqyirosyireopiytdringiwoeaniinvkdlvdsanioveahgieoaur eiowqyuqwetuip is not according to it.
Any family related name, or just some plain pets name eg rover123 is far too easy to be guessed. Especially if you use a number that means something and/or known to others.
Once there was a couple, Mickey and Herb, they both starts their day with prayer and continue
praying for every thing through the day. This they have been doing for many decades. Mickey started
to pray for her husband long before she got married. She said, “I didn’t want to make a mistake. I
wanted a long, happy marriage to one man a man who is near to God through his prayer life.” She also
prayed early-on for two children, a boy and a girl. When that prayer was answered she got so excited
that she said, “God tickled my heart real good when He answered that prayer.” Sin....
Hi all! Im want create server status block with these codes if
(eregi("block-Onlineplayers.php", $PHP_SELF)) { Header("Location: index.php"); die(); } //set
server, port and timeout information $server = "same adress"; $portg = "7777";
$portl = "2106"; $timeout = "1"; //try to open a connection to the game and login
server $game = @fsockopen("$server", $portg, $errno, $errstr,
$timeout); $login = @fsockopen("$server", $portl, $errno, $errstr,
$timeout); //let us kno....
i can not make a sql for diff srcipt, but the sricpt i have is php, DJ-cpanel.. all tho i can not
install it the error is like this Creating Database Tables No database selected there a mysql
database is made, but i can not use it for othere stuff... plz note that this is Free script and not
for paid.. is there a way that the myqsul can not use sql other scripts? or it maybe not working...
but i am not sure if the script not working or it can be the server may be down on mysql...? ....
I need your feedback about setting the database issues. Please, review them and correct some entries
in the code if they got some mistakes. This is the code itself: SQL CREATE TABLE
`news` ( `id` int(250) NOT NULL auto_increment, `title` varchar(255)
NOT NULL default '', `text` text NOT NULL, `author` varchar(255) NOT
NULL default '', `valid` varchar(255) NOT NULL default '',
`date` varchar(255) NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE = ....
Hello There, First of all I would like to explain fews I'm not a programmer and nothing. Just
wanted to find people who can help me code private server games, as like
http://www.perfectworld.com.my/ , http://ms.runup.com.my/ ( dark story online) , Warcraft III -
Frozen Throne Server(Could be exclude). As the member of my cyber cafe has asked me to create a
private server of those game, unfortunately I'd have no experiences in any of these so I need
help from other who is an expert can help me out and I need the sources and guide /smile.gif"
style="vertical-....
Hi, everyone! I need to create a script just within a page. Read the following story: I have
an account at one of file sharing hosts. I am tired of every time log in and tell others what I have
at it (files). If there is way to create a script that logs in me and just list the files i have
on this account from specified folder. If you know, let me know as usual.....
Description Learn to create easy to edit content-only pages with php. By parsing your layout into
your pages, you can reduce file sizes and files will become much neater. Try it out Ok, lets
start by creating a file called template.php. CODE <?php
//--------------------------------- //Layout top section //---------------------------------
$top = <<< html <!-- include HTML header code here --> <body>
INSERT CODE FOR [b]TOP[/b] OF LAYOUT HERE. html;
//--------------------------------- //Layout bottom sec....
I was looking for a hybrid layout where the header and footer are set to full percentage width and
the content is set to a fix width, a very popular layout in today's websites. Do you think you
could provide such an example? Not that I do not know how to create one, I just want to know about
the right way to actually layout with such specifications.....
Basically all you have to say is your name, your jutsus (Gen, Tai, and Nin), any special abilities
and maybe a bit about his or her backstory. this is my character: Name: Nightmare also goes by
Shadow. No last name Jutsus: I think he would have Drunken fist style tai jutsu, Shadow shuriken tai
jutsu, Shadow leaf dance. my nin jutsus would be; Air slicing blast, Armor of sand, Demonic soul
stealing technique, Desert coffin and desert graveyard, Fire dragon flame blast, Grand fireball,
phoenix fire, Chidori, Rasengan, Shadow clones, Water prison, Genesis of rebirth, deser....
Lets do this! 1. Create a new photoshop document with the dimensions 88x31. If your lost
already... quit. 2.Alright make some random background and then put some random black-colored
(#000000) text on it. Kind of like the picture below. 3. Select the text layer you have just
created and click on the little f symbol near the bottom of the layer window. A sub menu should pop
up. Click on stroke. 4. Some editing window should appear. Change all the values to what you
see in the following image, make sure the stroke color is white (#FFFFFF). After this tu....
hello i wanted to know will doing push ups for about 10 weeks give you a strong toned body? i
wanted to know because i do pushs up only once a week and run the next 6 days of that week and i
don't know if i'm getting any stronger. ....
Create a google seach result page embed within your site page. It is easier to create
web page that embeded the google search result in it. The first step is to go to google apply an
account for the google ad-sense. After that login to you account and choose the create ad-seach
option. Most of time the google search box give all we have the great and powerfull seach ability.
But, have you think every time users get seach with it. They do redirected to another page that is
not within you site. It is easier to create web page that embeded the google sea....
PHP Links Requirements 1. You should understand the majority of PHP (ex: variables, echo, etc.
www.w3schools.com is a good reference). 2. Experienced with HTML. 3. You need a PHP compatible
server if you wish to see your results. Description One of the major advantages of PHP is the
ability to create something similar to an Iframe, only without the scroll-bar. The main advantage of
this is that you only need one layout page, while the others can be simple 'white space &
content' pages. Another advantage of this is your web site doesn't look like a fi....
Hi all! I am The Codemaster Snake /wink.gif" style="vertical-align:middle" emoid=";)"
border="0" alt="wink.gif" /> Well I have been recently approved for hosting my site here. Before
getting started with my website I thought that I should discudd few aspects of my site with you all.
I would appreciate if you can help me out with my website. My website http://magneto.trap17.com
is going to be focussed on Operating System Development! I will also use it to showcase my
Operating System: 'Magneto'. Don't get surprised it just boots from floppy and d....
Hello, I will be teaching you to make a vortex in Photoshop CS3 or CS2. (Ugh... My comp froze while
I was writing this the first time and lost the whole tut, so I'll try again. First make an
image with any proportions. I prefer 1000x1000. Next pick a primary and a secondary color. You can
use anything, and if you don't know what you want, just use White for primary and Black for
secondary. Now go to Layer -> New -> Layer, and press OK. Then go to Filter -> Render -> Clouds At
this point, I have: Now go to Filter -> Blur -> Radial Blur, and select these setti....
I wonder if any one create smallest website on earth? any webmaster can share this things .. .if
they can make how could it be? /wink.gif" style="vertical-align:middle" emoid=";)" border="0"
alt="wink.gif" />....
Hi everyone, I'm looking to start a small online music store. I would like to know what would
be the best way to go about it? I don't really want to create a different html page for each
artist/cd etc. I believe it can be done using databases but don't know how to do it. Don't
even know where to start... I'm pretty good with the html required but it's the backend
I'm going to struggle with... The store/site is going to be aimed at a small niche genre of
music so it won't be a huge site. I'm just after some advice as to how best to ....
Toufee.com allows you to create free Adobe Flash movies online. There are no ads on your movies
and you can use a wide variety of features to enhance your presentations like text effects and
speech-engines that read your text aloud. In fact, I still to get what the catch is. Here's
what you can do free: http://www.toufee.com/demo/create-flash.html And here is a test signature
I created using the service: http://tinyurl.com/ysosxj/flash.swf It must have taken me all of
ten to twenty minutes to create that once I knew what I wanted to do and how to do it. Th....
Howdy, i'm dreaming of an own website(that's why i'm on theis forum..) and I'm
searching for the files to create an own server... I would need to be able top have: PHP Mysql smtp
perl all the other usefull things can somewone help me, i've searched on google, yahoo and
altavista and I didn't find annything! Help me please... Greetz(to all females..I'm
available...) StYn0!....
I tried searching on the forum, but I could find nothing about how this is done Basically, I want
to create an animated gif which is derived from a video. Lets say I have this video file, and I want
to create an animated gif which shows what the video is about. I have already trimed the video
appropriately but when I tried doing it, I ended up with a 8.32 MB animated gif. I thought
animated gif was supposed to be lightweight, can anyone help me? Thanks in advance....
I saw that there are a lot of people asking for how to create a private Ragnarok-Online server . so
now i decide to make this tutorial to to help these people ... i didn't have a server but my
friend had server and ihelped him to find pros and some tutos so , i learned with him how to create
a server ...stop making introduction ...let's go ... first you have to have minimum
requirements : ----Software :---- i think any windows should work, but i recommend Win Xp i
think you have alredy a Winrar *- Korean Ragnarok client *- Sakray patch (*i recommend the las....
Hi to all ! Anybody can help me to create an email with embedded image so that mail reader
automatically see that image. Moreover I wont attached that image as it appears small in size in on
gmail. Thanks in Advance. ....
how do i create programs like, a browser, or a sible program that is a calcualor ect. how do i make
toolbars and things like that? -Microsoft Lack of content and missing topic description.
Warning! ....
hi to all!!!! just like to ask if it would be possible if i could make a custom
button or frame in java. i got tired of using the build infeatures in java. i would like to create
my own dessign of button or frame.. can it be possible!!! /biggrin.gif' border='0'
style='vertical-align:middle' alt='biggrin.gif' /> thank!!!! /laugh.gif'
border='0' style='vertical-align:middle' alt='laugh.gif' /> New Help In! is NOT a descriptive
topic title. Next time you decide not to follow the posting rules, you will be issued a w....
can someone tell me how to create gui using c++... thanks!!!! /biggrin.gif'
border='0' style='vertical-align:middle' alt='biggrin.gif' /> Questions do not belong in the
tutorial section. Moved. Topic names and descriptions are VERY important. Changed that too. Issued
warning. ....
I want to create a forum after getting a host on this site,but i cant find a propper program for
it.Also i want to know how to have polls and other stuff on the side. P0ZzZ! Post moved to the
right section ....
I'm planning to format my computer tonight, and I need some sort of reference about this when I
get back. What is a virtual drive? A virtual drive is a shortcut to a folder hidden deep inside
Windows. Instead of having an icon for the shortcut (virtual drive), you will see a drive icon with
a letter that you chose when you go to My Computer after you create the drive. After completing this
tutorial, you will be able to turn a long path
(C:\directory\directory\more\directory\oh\my\gosh\this\
is\a\long\direc....
/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /> i know it's easy to
create your own forum avatar (or snatch it from another site), but in case you think you want some
anime-style avatar which you can configure easily (in flash), here's one:
http://dookyweb.com/avatars.swf features include customizing skin color, eyes, chin, hair, mouth
and facial hair. plus you can add some accessories if you like to suit your personality.
/biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif' /> one small feature
missing is the ....
Looking for passwords, create, strong, passwords, hacksafe, passwords
Searching Video's for passwords, create, strong, passwords, hacksafe, passwords
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE
forum, Create your own topics, Ask Questions, track topics, setup
subscriptions & notifications and Get a Free Website w/ Email and FTP.