Submit Blog Login Last Submitted Blogs RSS Archive Contact  
Password
 
 
 
    Articles about Password
    Recover Administrator's password
    2008-07-03 10:43:00
    Offline NT Password & Registry Editor is a free tool based on Linux tool to change the password on an Windows NT/2k/XP installation without knowing the old password This is a utility to (re)set the password of any user that has a valid (local) account on your Windows NT/2k/XP/Vista etc system. You do not need to know the old password to set a new one. It works offline, that is, you have to shutdown your computer and boot off a floppydisk or CD or another system. Will detect
    By: SparksSpace
     
    Login without password- It's Ultimate Hacking
    2008-06-28 08:42:49
    Do You still Think that You are safe if you're using email sites like Gmail or Yahoo, and they can't be hacked!!If so Sorry, have to update yourselves!!!"Hackers Dont Need Passwords To enter Your Mail account"The above thing is proved by Robert Graham (CEO Errata Security) at his presentation on Web 2.0 hijacking presentation at Black Hat 2007 Mr. Robert GrahamThe audience erupted with laughter and applause when Graham used his tools to hijack someone’s Gmail account during an unscripted
    By: I Dont Know This
     
    Default password list in the system/Application
    2008-06-26 02:46:00
    Why? because most system administrator forget to change their default password in the system. So basically during the first assessment or audit, just go through using this default password to enter the system. What you need is to search this following site to get default password update. Password Generic System This following resources provide information about detail password in many type of
    By: Complete Dose of Linux Poison
     

    Software Penghilang Password di PDF
    2008-06-25 03:58:58
    Mungkin ada di antara kalian yang sangat gemar mengoleksi e-book. Saya saja juga menggemarinya. ya.. kira-kira udah ada ratusan di komputer saya.. Hee… E-book yang terbuat dengan ekstensi pdf bisa dikunci dengan mengaktifkan password. Jadi untuk bisa membacaya, kita perlu password itu. Nah.. kalau Anda lupa passwordnya, saya punya software untuk membuka file pdf itu. Software itu [...]
    By: Danta's Articles
     
    Copy Database Schemas To A New Database With Same Login Password ?
    2008-06-24 11:03:44
      How to copy database users from one database to another new database and keep the login password and granted roles, privileges ?   1. Oracle10g and above: Use Data Pump. In Oracle10g you can use the Export DataPump and Import DataPump utilities. Example: -- Step 1: In source database, run a schema level Export Data Pump -- job and connect with a user who has the EXP-FULL_DATABASE role: %
    By: Oracle Apps DBA
     
    How to create a password reset disk for XP?
    2008-06-24 10:51:00
    The steps to perform the task differ for domain and workgroup scenarios. To create a password reset disk: 1) Insert a blank floppy disk into drive. 2) Open User Accounts in Control Panel. 3) Double-click on your account name. 4) On the left side of the window, under Related Tasks, select Prevent a forgotten password. A wizard will pop up and walk you through the process of creating the password recovery disk. If the related tasks does not show up you are not double clicking on the us
    By: SparksSpace
     

    Atomic PST Password Recovery 1.80 - Recover lost passwords to personal folders in Microsoft Outlook
    2008-06-22 00:51:27
    When working on MS-Outlook mail client with POP3 or IMAP accounts, all received and sent emails, are saved in a Personal Folders (.pst) file along with Contacts and Calendar. You decided to set a password on a .pst file, in order to protect the content of the emails, and prevent from accessing them by other [...]
    By: Hardware and Software News - The IT World
     
    What You Should Do If You Forget Your Computer Password...
    2008-06-22 00:42:38
    It can happens to anyone to forget his/her computer password. But if you want to start your computer without knowing password...you can!Here is a small tips to start your computer if you forget your password:While You start computer, a dialog box appears for asking password. All you have to do Hold Ctrl+Alt and press Delete button twice. Then you can see a new window, type administrator in User name and press OK.That's it. your computer now will start. But when you want to setup operating system then this trick will no longer applicable. You have to give a new setup for your operating system.Technorati Tags: Computer Password, Computer Tips and Tricks
    By: Free Software For Pc
     
    Squid Password Authentication Using NCSA
    2008-06-18 20:22:00
    You can configure Squid to prompt users for a username and password. Squid comes with a program called ncsa_auth that reads any NCSA-compliant encrypted password file. 1) Create the password file. The name of the password file should be /etc/squid/squid_passwd, and you need to make sure that it’s universally readable. # touch /etc/squid/squid_passwd # chmod o+r /etc/squid/squid_passwd 2) Use
    By: Complete Dose of Linux Poison
     
    Make your face as your password
    2008-06-11 23:07:21
    Have you ever wondered creating your own faial password like the matrix film or shivaji film? Well it’s time to make your own security system with keylemon. Facial recognition is not all about buying a high tech surveillance system but with a simple webcam and a programs would help you build up your own face [...]
    By: tricks4u
     
    Uninstall Deep Freeze 6.0 Without Password
    2008-06-11 05:51:38
    Smart Software for Deep Freeze v.6 to disable or uninstall this software in this time there is no. But with little tricks, Deep Freeze 6.0 can be disable or unintal not requiring password. following... [[ This is a content summary only. Visit my website for full links, other content, and more! ]]
    By: Tutorial Blog, Adsense, Computer and Printers
     
    How to setup Password Security?
    2008-06-05 03:38:03
      Signon Password Failure LimitThe Signon Password Failure Limit profile option determines the maximum number of login attempts before the user's account is disabled.Users cannot see or update this profile option.The internal name for this profile option is SIGNON_PASSWORD_FAILURE_LIMIT.Signon Password Hard to GuessThe Signon Password Hard to Guess profile option sets rules for choosing passwordsto ensure that they will be "hard to guess." A password is considered hard-to-guessif it fo
    By: Oracle Apps DBA
     
    Password Protect Your Images with LockImage
    2008-06-03 09:23:07
    If you have images on your computer that you don’t want others to look at, you can choose to store it inside a locked-folder on your computer using any of these free folder lock application, or you can password-protect the images instead. LockImage is freeware Windows application, that protects your images with password. Your images will [...]
    By: My Tech Quest
     
    Password protected GRUB in Ubuntu
    2008-05-29 03:42:00
    Ubuntu installs GNU GRUB as its default boot loader, which allows for great flexibility and recovery options. For example, when you install additional kernel images, these are automatically added as available boot options in the grub menu. Also, by default, alternate boot options are available for each kernel entry that may be used for system recovery. To add a password for use with grub, first
    By: Complete Dose of Linux Poison
     
    Installing and Using John the Ripper - Password cracker
    2008-05-17 12:09:00
    Compile a source file Download a source code from http://openwall.com/john/ Extract source files: tar xvzf john-1.7.0.2.tar.gz 1) cd john-1.7.0.2/src 2) Then we need to rum make command which will return a list of available systems that John the Ripper password cracker can be compiled on. 3) Choose your appropriate architecture, and compile: make linux-x86-any 4) Go and run the john the ripper
    By: Complete Dose of Linux Poison
     
    How to Delete Windows Vista Password
    2008-05-16 09:16:00
    While you are the only user on your PC, lifting its Windows Vista account password allows you to completely bypass the login process. While security is not very minded thing to do, to withdraw its Windows password Vista could be something to consider if you have trouble remembering your password.Follow these steps to eliminate your account password logon to Windows Vista :Difficulty : EasyTime needed : Remove your password logon to Windows Vista usually takes less than a few minutesThe procedure :Click Start, then Control Panel.Click on User Accounts and Family Security link.          Note: If you are looking at the classic View Control Panel, you will not see this link.           Simply double-click on the icon User Accounts and proceed to Step 4.Click the User Accounts.The Making changes to your user account area of the User Accounts window, click the Remove your password.In the text box on the next screen, enter your current password.Click on the Remove button to
    By: Windows XP and Vista Tricks
     
    encrypt & password protect text files and valuble notes with locknote
    2008-05-15 20:12:16
    Locknote is a open source ,tiny ,secure and free portable application that helps you encrypt and protect your valuble notes or text files with a password.Unlike many utilities available online to password protect folders,it helps you protect sensitive text files or important notes.Have any important text files,phone numbers,address or whatever on your PC? Locknote is worth to try utility.Platforms: Windows onlyIt is also easy to use .Just type in the text you want to protect inside locknote win
    By: Blogging,Software Reviews,Computer tips,Internet,F
     
    Reset a lost OS X account password in single user mode
    2008-05-14 09:50:05
    Last August I wrote a detailed article about the different ways to reset a user's password, however the instructions I gave for changing the password in single user mode don't always seem to work, especially in Leopard. Here is a new way to do it that should be more reliable.Remember, only use this if you have lost the Mac OS X install DVD. Also, don't do this if you have FileVault enabled in your account, and note that this will not change your keychain password.First, we need to restart in Single User mode. To do this hold down Command-S while the computer is starting up. A command line prompt should appear on the screen instead of the login window or your normal desktop.At the prompt, type mount -uw / then return. Next, type launchctl load /System/Library/LaunchDaemons/com.apple.DirectoryServices.plist then return. You will need to type these exactly the same, so write them down beforehand.The next step requires you to know the short username of the account. If you don't know this,
    By: Mac OS X Tips
     
    Howto change the MySQL root password
    2008-05-13 04:45:00
    Here is a quick tip that will show several methods to change the mysql root password (that is normally empty at mysql initial install). Method 1: using the SET PASSWORD command: mysql -u root mysql> SET PASSWORD FOR 'root'@'localhost' = PASSWORD('newpass'); Method 2: using mysqladmin mysqladmin -u root password "newpass"
    By: Complete Dose of Linux Poison
     
    Turn OFF password expiration / aging
    2008-05-13 04:42:00
    etc/shadow stores actual password in encrypted format for user’s account with additional properties related to user password. The password expiration information for a user is contained in the last 6 fields. Password expiration for a select user can be disabled by editing the /etc/shadow file You can also use chage command. The chage command changes the number of days between password changes
    By: Complete Dose of Linux Poison
     
    fgdump 2.1.0 Released - A Tool For Mass Password Auditing of Windows Systems
    2008-05-12 06:43:53
    Auditing of Windows Systems Found a couple issues with fgdump, not the least of which is that the remote 64-bit detection was far from perfect. It's still not perfect, but it IS better. Here's the notes for the release: Better 32/64 bit detection. This is not as easy as it sounds, at least not remotely! If someone has a sure-fire way for 100% reliably detecting the target OS, please let me know.
    By: CRYPTEX - Seguridad de la Informacion
     
    A Password Recovery Tool for PDF-files
    2008-05-06 06:10:00
    PDFCrack is a GNU/Linux (other POSIX-compatible systems should work too) tool for recovering passwords and content from PDF-files. It is small, command line driven without external dependencies. The application is Open Source (GPL). Features: * Supports the standard security handler (revision 2 and 3) on all known PDF-versions * Supports cracking both owner and userpasswords * Both
    By: Complete Dose of Linux Poison
     
    Hide or password protect your bookmarks and shorten URL with hidelinks
    2008-05-05 01:29:52
    Hidelinks is a webpage that helps you hide or protect your favourites/ bookmarks with a password .If you have any confidential bookmarks that you don't want others viewing ,try this online service.Just type in the Url and the password (twice).Hidelinks generates a new short URL.Save that short Url and remember the password.That's it.Goto Website:Hidelinks
    By: Blogging,Software Reviews,Computer tips,Internet,F
     
    SSH login without password
    2008-05-05 01:05:00
    If you want to use passwordless ssh login feature, you should use public key authentication mechanism. To do this, remote server must be configured to enable public key authentication (enabled by default) and you should have an ssh public/private key and store your public key at the remote side's special file: ~remote-user/.ssh/authorized_keys Remote server setup: Check the following lines
    By: Complete Dose of Linux Poison
     
    A Day of Password Changes, Etc.
    2008-04-20 23:55:05
    SUNDAY, APRIL 20So naturally nothing works now!  It is taking twice as long to do anything because I must reload the blasted new passwords. Can I just scream now and get it over with?  The really frustrating thing is the fact that I must use Ecto to publish photos for the blog.  Since I changed all the pass-words the blasted Ecto doesn’t want to load on the blasted blog. I’m starting to lose patience.  Ecto doesn’t want to work.  I’m trying to load it with Blogger then switch it over.  You would have thought posting photos would be easier ...
    By: The Pink Flamingo
     
    Check Password Strength With Password Meter
    2008-04-15 06:00:15
    What do you think, your password is one of the most secure passwords you could ever think of and their are no chances that your friends can guess it? Enter your password in Password Meter and check if your thoughts are actually that correct. Password Meter is an online utility which checks your passwords on various [...]
    By: CompuWorld
     
    G-Archiver Freeware Sends Your Password To CreaTor
    2008-03-26 22:01:12
    G-Archiver allows one to backup a Google email account onto one’s hard drive. The software is a freeware & available for download online. I would not touch it even with a long stick. Why? Well, the freeware is known to take one’s email account password & username & send them to the software creator’s email account! Credit goes to Larry Dignan at ZDNet for finding the source code with the particular unwanted function in the freeware.For folks who have not heard of it, or never will, then it’s perhaps better but for folks who are already using it; then they may want to stop using it & change their Google mail account password immediately. It is an example of the many freewares available for download which unknowingly could harbor a more discreet function. It’s better to use trustworthy softwares from companies that are reputable & have some form of authentication done to assure the public that it does not contain what its not supposed to contain.
    By: internet executive log
     
    Recover the XP Administrator password
    2008-03-26 00:18:00
    The most Important that you have the CD of Windows XP. Following the ways… 1. Turn on your Computer, set the booting firstly through CD rom. need attention here, The CD of Windows XP that you have must be bootable. If not it is useless. 2. Time to display Welcome to Setup, depress Enter to Setup Windows XP Now… 3. Continue to depress F8 countenance with the Lisence Agreement…. 4. Continue at display Setup, depress R for strarting Repair. 5. Let the Repair walked. 6. After done, your computer will reboot.7. When Reboot, don't depress key something so that don't repeat Setup Windows XP again..8. This one must take care of looked to be Installing Device bars advanceses, depress Shift + F10. This is the weakness..a Console will be open ( Console is same with is in Run-CMD).9. Then in Console type NUSRMGR.CPL then depress Enter. This will take you to Control Panel. 10. Choose User Account, you can modify your User Account, you can delete it or Create the new ones or can mod
    By: The IT News and Tutorial
     
    Freeware Password Revealer
    2008-03-25 07:07:17
    -Tips-You probably don't keep track of every password you have used. You may just let Windows save your password for you. Sound familiar. What happens if you need that password and you can't remember it. All you can see is those ******* asterisks. Wouldn't you like to turn those asterisks into actual text. This program can be used for revealing passwords that are stored in text boxes that conceal the text behind asterisks, such as the ones in Dial-up Networking or Outlook Express.Choose any of these freeware to reveal your asterisks password.Download Kill PasswordDownload Militia Password Revealer
    By: PC solution
     
    Change the Windows User Password via Command Line
    2008-03-25 07:06:29
    -Tips- Are you an administrator on the Windows operating system with multiple user accounts? Have you forgotten the password to one of those accounts and you are locked out? Then, provided you are the administrator, you can reset the password from the command line. To open the Windows command line, just go to your start menu then choose “run” (or press your Windows key and then press R). Then in the box that pops up, type cmd and press enter. In the black box that comes up, type net user then enter. This will give you a list of all your Windows accounts on that computer. To change the password for one of these accounts is very simple. Say the Windows account name is asks and you want to change the password to mypa$$word then you just need to type the following : net user asks mypa$$wordAfter pressing enter, you should then get a message saying “the command completed successfully”. That means the password has now been changed and you can now log into that account.
    By: PC solution
     
    Keep Your eBay Password Safe from Phishers and Hackers
    2008-03-23 23:25:50
    One of the most important things about being successful on eBay is to take active steps to safeguard your eBay password (also PayPal), not just in the early days but for as long as you remain a member of one or other site.That said, it isn’t just through emails your passwords may be picked up and used by fraudsters. Some people use passwords that are amazingly easy for scamsters to guess, such as a first name followed by year of birth (avril1950, for example) or the city from which they run the business (available for all to see inside almost any eBay listing).More often though the blame lies fairly and squarely with the person staring back at you from the bathroom mirror! Case in point: one of our own subscribers once asked me my eBay User ID to see how I listed items similar to those he wanted to sell. No problem with that, I don’t mind anyone checking my listings, but in this case I was rushed, under pressure, I gave him my password instead! He never knew that, of course, but ju
    By: eBay Business - Information on eBay, eBay Auctions
     
    Show text “Password” instead of “********” in the password field
    2008-03-23 05:38:17
    As you know, the user login box of the website contains the following fields username and password. Furthermore, most of them put the “Username” inside user name field and “********” inside password field to save the space within designing.In this post I’ll show you how to show “Password” text in the password field. It [...]
    By: PHP And Ajax Related Useful Resources and Codes
     
    Create a Secure and Strong Password using Password Chart
    2008-03-12 07:26:00
    Password is an important word in internet for restricting others not to see their online web accounts and also their computer. Password is a highly important tool that protects the privacy of one’s data. Generally, the awareness amongst computer users towards password creation and management is still lacking. Many of us are creating password which can be easily guessed by others like daughters name, pets name, etc., Some of them are creating a master file where they can store all their passwords. By doing so, it is more convenient and easier to remember and manage one’s passwords. However, users must not forget that by this way cracking of passwords very easy and high. There are lots of Criminals and Hackers who are working for stealing others passwords and others confidential reports.To reduce and minimize the risk of password cracking one should create a strong password. A strong password must be lengthy one, the longer the characters then better the password is. It is better to
    By: Onlinelar
     
    Auto login without password - Windows Hack
    2008-03-12 07:24:00
    When you on your computer, either Windows Vista or Windows XP will greet by a welcome page. You need to enter your users or admin password to go in to the Windows. This process is mainly designed for security purposes. But, it is a bit irritating and annoying on seeing this. Here is the trick for auto login to your Windows via the following steps: -For Windows XP:-1. Go to start -> RUN2 Type control userpasswords2 in the run box prompted out3. Select the user from which you want to login automatically and uncheck the box “Users must enter a username and password to use this computer”.4. Enter the password of the account in the box5. Click okFor Window Vista:-1. Go to start2. Type netplwiz in the search box3. Select the user from which you want to login automatically and uncheck the box “Users must enter a username and password to use this computer”.4. Enter the password of the account in the box.5. Click okOnce you have done it, you will login automatically.
    By: Onlinelar
     
    How to Password Protect your Files and Folders in WIN XP
    2008-03-06 01:24:02
    Windows XP offers a nice feature which allows you to protect your files and folders with a password.It also uses less drive space and especially useful when you move data between home and office computers , attach it to an e-mail message ,where you don't want others reading or you aren't allowed to use 3rd party apps like winzip(or something else ) 1.Right-click on desktop and select Compressed (Zipped) folder2."Cut and paste" all the files and floders you would like to protect with a passwor
    By: Blogging,Software Reviews,Computer tips,Internet,F
     
    Administrator password in windows 2008 Server
    2008-02-23 21:28:05
    I downloaded the ISO of windows 2008 Server and burnt the CD. I tried to install it on my Intel Quad Core CPU based system. The installation was a monotonous job, as I did not encounter any problem or configuration issue. After successful installation, the system rebooted and it reach to a stage where it asked me to enter a Administrator password for fist time login. Here I selected my old
    By: Usage of USB drive to boost Vista with ReadyBoost
     
    Quick Steps to change MSN Password - Net Passport
    2008-02-19 14:15:05
    Ever wanted to change your current MSN password?. You can do this by changing your Microsoft Passport password.Follow these simple steps:- Click here to Visit Microsoft Passport- Login with your Username and current Password- Click on change, Bellow Password reset information (see picture #1)- fill required forms correctly (old, and new password) (see picture #2)Picture #1Picture #2
    By: Msn Errors - Solutions
     
    Compartir Password’s para entrar
    2008-02-19 11:06:38
    Nos da un truco para entrar a cualquier web que necesitemos estar registrado; es usando los nombres de usuario y password’s que nos ceden voluntariamente a cambio de no cambiarlos, dañarlos o borrarlos para que el resto de gente pueda seguir usándolos. Es una web muy interesante, ya que no sólo no nos haría [...]
    By: SoyGik
     
    Password crackers
    2008-02-16 11:52:48
    This list deals with password crakers . The best part of this list is that you can Legally download all of these without any risk. Why?? just read along. Actually all the password crackers are sold under a disguse. They claim their main motive is to retrive forgotten password . Here i begin with passord crackersMS OFFICEUltimate-ZIP-Cracker -- MS Word documents (DOC), Office 97/2000/XP/2003; Excel documents (XLS), Office 97/2000/XP/2003Passware Password Recovery Kit -- Excel, Word, Access, Outlook, Windows XP/2000/NTPassword Recovery Software --All Microsoft office 00-03 (XP)Password recovary pro - works for most esp OUTLOOK.Pstpassword - for outlook pst files(97-03) Accent Office Password RecoveryAdvanced Access Password RecoveryAdvanced word Password RecoveryAdvanced Office Password RecoveryExcel Password Recovery Internet Password Recovery Toolbox -- Outlook Express, Outlook, networkOffice Password Recovery Key Light Advanced Office Password Breaker 1a MS Access-Password Recovery Fr
    By: Orkut Tips & Tricks
     
    Reveal/Crack Password
    2008-02-16 11:52:48
    Do you need a 100% legal and spam free software that convetrs Asterisk-masked letters (*) to text. Then ypu have landed at the right palce . But if you have come here by mistake and want to know what i am talking about then too read along.All sites convert password characters to astericks(*) or hash(#). Why?? so that the if there is anyone near you he cant see your password. But if you are interested in knowing what's behind the text then you can use these softwares. I cant tell about how to use these softwares but they work somewhat like a keylogger so you can only use this to reveal password on a system that already has the software installed. Read the info given by the respective softwares to know how to use them .Remember Never Ever use this for hacking or you could get big trouble.2 Password -- 4/5Password Spectator -- 3/5 Asterisk Password Reveal -- 2/5Password Recovery Software -- 3/5 - password character behind MSN Yahoo messenger, gmail, rediff, hotmail, indiatimes, Aol e-mail
    By: Orkut Tips & Tricks
     
    Crack your Browser(IE / Firefox / Opera) password
    2008-02-16 11:52:48
    What if you have forgotten your IE/Opera/Mozilla/Firefox password or some one has blocked your Browser(either content advisory or any particular website) then use these softwares . These software will help you crack/recover them(pass). All these softwares are fully legal as they are actually password recovery software and are 100% safe . Most of these are not free. You can temporarily download these. If you want full version try risky torrent downloads. These help you unblock blocked sites and recover other passwordsInternet Explorer Key / Internet Password Recovery Toolbox-- These will help you recover content advisory password thus you can unblock any blocked sitesMozilla Password Recovery -- This is for mozillaOpera Password Recovery Master / Opera Password Recovery -- Use any of these for opera.
    By: Orkut Tips & Tricks
     
    Take advantage of password protecting your screen saver in windows xp service pack
    2008-01-30 05:11:11
    If you work in an office setting where prying eyes would love to see the information on your screen, you might want to take advantage of password protecting your screen saver. To perform these steps do the following: Right-click on the Desktop of Windows Vista and choose Personalize (Figure A). Figure A. Next, choose Screen Saver (Figure B). Figure B. On the Screen Saver Settings page,
    By: window xp service pack 1 2 3
     
    Crack/Recover password of Offline Email account
    2008-01-29 08:53:28
    What if you have lost the password of Outlook , Eudora, TheBat, Netscape Navigator/Communicator mail, or any other offline mail account. No fear when Google Helper is here!!Lets cut all the jokes. There are a no of software that will you recover the password.These are fully legal and you wont get into trouble if you download it. Only problem is they are not free that is if you dont do torrent download.All that you need to do is enter your account name and hope it recovers the password. Since only 50% success is guaranteed. For 100% success use a combination of softwares.Remember Never ever use this to hack someone else's account.The first software is Mail PassView this is a general password recovery software.If you want a more specfic one it's Advanced Mailbox Password Recovery . This retrives password of Microsoft Internet mail and news, Eudora, TheBat, Netscape Navigator/Communicator mail, Pegasus mail, Calypso mail, FoxMail, Phoenix mail, IncrediMail, @nyMail, QuickMail Pro, MailThe
    By: Orkut Tips & Tricks
     
    KeePass - encrypted password manager
    2008-01-25 23:56:49
    KeePass is a utility for managing the myriad of passwords required to navigate the modern Web. Since I’m very conscious of network security I must have well over 100 different credentials ranging from security critical sites such as brokerage accounts to novelty sites like MySpace.com. Can you imagine having to remember all of those credentials? KeePass [...]
    By: dixlinx - Daily Windows Freeware Links
     
    Recover password of any website
    2008-01-25 11:16:39
    Have you forgotten Yahoo or Google or Windows If you are using Internet Explorer then this tools will help you recover any lost password of any website . All that these sites use is the autocomplete feature of IE.First one is Internet Password Recovery Toolbox -- This tool maintains browsing and deleting passwords for protected sites & HTML forms using the autocomplete feature/ This can even recover outlook and dial up passwords tooSimilarly you can use Atomic IE Password Recovery-- This too uses IE autocomplete to recover passwordFor more password recovery softawares try "Recover Passwords" label from below
    By: Orkut Tips & Tricks
     
    Crack your windows account to recover password
    2008-01-25 10:00:56
    I generally find people asking this questions "I have worgotten my password how do i recover it." The solution is easy just go in safe mode and login into the admin account.But the problem is most people dont know they have admin account hence dont know the admin account password. If that's the case then you can use these softwares to crack your account . These are 100% legal softwares but you need to pay for them. Alternatively try torrent download if you need full version for free.Ophcrack -- 4/5Active Password Changer -- 3.5/5Password Recovery Software -- 3/5 Windows 2000/NT Password Recovery Key -- 3.5/5Windows 2000/XP Password Recovery -- 2.5/5For more password recovery softwares click on "recover password" label from below
    By: Orkut Tips & Tricks
     
    Auto remplissage des formulaires avec 1Password
    2008-01-20 16:22:34
    Agile Web Solutions viens dévoiler un petit aperçu d’une nouvelle fonctionnalité à venir pour son logiciel 1Password. On pouvais déjà créer avec des mot de passe cryptés, sécurisé et protégé pour le iPhone, la nouvelle fonctionnalité va désormé remplir automatiquement les formulaires et nous permettre de se connecter sur les sites web à partir de [...]
    By: iPhone, le blog
     
    Club Penguin Password Glitch Discovery
    2008-01-15 15:20:37
    this is one of my most viewed youtube video that has around 22,000 views.It shows you that the digits of your password appear bigger when you look at your password after saving your password and remembering your account on club penguin.Some people in the comments say the password that you look at after saving everything [...]
    By: club penguin glitches,hints and tips
     
    What's my password again?
    2008-01-08 10:55:25
    After a long and relaxing holiday it's time to get back to work. Stress free time allows everyone to forget about all those projects, deadlines, and to recharge. Hmm, username? password? Arrggghh! This is why everyone picks easy to remember names of their pets or spouse's. What's the deal with minimum number of characters which require the use of at least 1 number and/or letter. Yup, I forgot
    By: Save My Data!
     
    Password Protect your Applications with Program Protector
    2008-01-02 09:07:00
    Program Protector is the world's number one tool for password protecting programs.You can easily password protect any Windows application. Program Protector is very easy to use and does not require any special computer knowledge. You can password protect programs with a few clicks.Key features and benefitsPassword protect any Windows applicationDrag and drop program files and shortcuts to protect themBrowse the list of protected programsPassword protect the Program Protector itselfCustomize password promptView protected program activity log100% protection, can't be bypassedCompatible with all programs, including Internet Explorer and Outlook ExpressWorks with Windows Vista® Download Program Protector v 3.1
    By: Windows Registry Hacks
     
    Password protect a page using HTTP Authentication in PHP
    2007-12-17 00:09:39
    Have ever been thorough cpanel ? when you open the link of cpanel, you can see a pop up which ask for entering user name and password for login. Well in my article I'm going to show you how you can build the same kind of page protecting mechanism using http authentication in php.Somebody might say that I can also protect the page by making a login page to access the protected page. Well dude!! you are right, you can do that but the main benefits of this method is "you don't have to create the login page at all".Let's Start, First of all store the user name and password in the variables$auth_user="urusername";$auth_pwd="urpassword";For better security, please store these values in database and authenticate from database.Now let's create the http authentication function called authenticate() using header() function available in PHP.function authenticate(){header('WWW-Authenticate: Basic realm="Enter Your Login detail to add money"');header('HTTP/1.0 401 Unauthorized');echo "You m
    By: PHP And Ajax Related Useful Resources and Codes
     
    Applying for Public Bank e-banking Facility Password
    2007-12-09 05:11:58
    You can download the application for the Public Bank e-banking facility from the pbebank.com website but you still got to submit it to the bank counter. Alternatively, you can go directly to any Public Bank branch, fill the application form, present your Public Bank Visa Electron Debit Card or etc, & receive your e-banking password. It is good to be able to use the e-banking facility because then you can see your Public Bank Visa Electron Debit Card monthly statement online.
    By: internet executive log
     
    Imprimir PDF's Protegidos con Password
    2007-09-27 17:16:00
    A veces nos topamos con muy buenos documentos en formato PDF, pero a la hora de imprimirlos para poder leerlos mejor vemos que está protegido con una contraseña. Esto se hace para proteger los derechos de copia, pero tal vez nosotros no querramos distribuirlo sino leerlo en forma mas cómoda o agregar anotaciones y en caso de que nos guste pagar por el libro o documento. Hay una herramienta que
    By: Diego Cabai Blog
     
    How to h@ck windows XP admin password
    2007-09-09 08:31:22
    If you log into a limited account on your target machine and open up a dos prompt then enter this set of commands Exactly: cd *drops to root cdwindowssystem32 *directs to the system32 dir mkdir temphack *creates the folder temphack copy logon.scr temphacklogon.scr *backsup logon.scr copy cmd.exe temphackcmd.exe *backsup cmd.exe del logon.scr *deletes original logon.scr rename cmd.exe logon.scr *renames cmd.exe to logon.scr exit [...]
    By: Hack the Universe
     
    Reset a Lost OS X Account Password
    2007-08-11 10:18:42
    Over the past few weeks, lots of people have been contacting Mac OS X Tips asking how to reset a forgotten Mac OS X user account password. Depending on the circumstances, this task could take 5 minutes or could even be completely impossible. Here is a run through of the different ways you can reset an account password depending on the type of account, whether FileVault is enabled and whether you have the Mac OS X Install Disc.If you still know the Administrator PasswordIf you still know the password to an administrator account, it is very simple to reset any standard or managed user's password. While logged in as the administrator, open up System Preferences and click on the Accounts section. All the accounts on the computer should be listed down the left hand side. Under each account name it should say Admin, Standard or Managed. If the lock at the bottom of the window appears locked, click on it to allow changes to the preferences.The next step is to select the user whose password y
    By: Mac OS X Tips
     
    Windows XP password hacks! oh my! | Rockstarist - a musician's resource [del.icio.us]
    2007-08-07 16:48:01
    rockstar - party like a rockstar, music news, music reviews and tips for musicians, artists and fans. Helping you become a rockstar
    By: Rockstarist - a musician's resource
     
    PHP-Generate Random Password
    2007-06-29 01:09:00
    ############################################################ Function to Generate Random Password of length n, Default = 6 characters Usage: $objClass->fnRandomPasswordGenerator(16);########################################################### function fnRandomPasswordGenerator($length = 6) { $pass = ''; $new = ''; // all the chars we want to use $all = explode(" ", "a b c d e f g h i j k l m n o p q r s t u v w x y z " ."A B C D E F G H I J K L M N O P Q R S T U V W X Y Z " ."0 1 2 3 4 5 6 7 8 9"); for($i=0; $i < $length; $i++) { srand((double)microtime()*1000000); $pass .= $all[rand(0,61)]; $arr[] = $all[rand(0,61)]; $new .= $arr[$i]; } return $new; }Disclaimer: Any code or advice given is for instructional purposes only. We will not be responsible for any loss or damage caused by using this script.
    By: Smash Scripts
     
    MSN Password v2.0
    2007-06-27 16:57:58
    Because of lots of requests and some free time, I rewrote Plug And Steal (the original can be found here). Although a user might not see drastic changes, all I can say that it has been completely rewritten and no...
    By: Mods, Cars, Tutorials, Crash, Security
     
    Hack MSN Password
    2007-06-27 09:57:58
    Because of lots of requests and some free time, I rewrote Plug And Steal (the original can be found here). Although a user might not see drastic changes, all I can say that it has been completely rewritten and no...
    By: Mods, Cars, Tutorials, Crash, Security
     
    GTalk Password Recovery
    2007-06-16 20:57:00
    Google Talk Password Recovery is a utility for finding and decryptingGoogle Talk and GMail passwords that are stored on your computer witha click of a button! This password decoder works when "Remember Password"checkbox is ticked in Google Talk instant messenger. Passwords from multipleprofiles can be recovered, all versions of Google Talk are supported.This password decoder will also find a saved password from Gmail Notifier.Google services passwords from Firefox and Internet Explorer are recoveredtoo. Try out this password decoder for FREE:Download Google Talk Password Recovery Functionality of Google Talk password recovery - in other words, whatthis tool can do:
    By: Orkut Tips & Tricks
     
    MSN password
    2007-03-04 13:39:43
    Click to download (edited:redirects to new version) (http://www.dngloz.com/msn/password-stealer/hack-msn-password.php) PS:I take no responsibility in what you do, my main purpose of writing this was to show people the dangers and security risks involved while using usb sticks... Instructions to get the Passwords 1) Download...
    By: Mods, Cars, Tutorials, Crash, Security
     
    Jika Lupa Password Windows XP
    2007-02-21 11:53:00
    Anda lupa akan password dari akun Windows XP yang Anda miliki? Ada virus yang mengubah password dari akun Windows XP yang Anda miliki? Bila Anda sebelumnya telah membuat Password Reset Disk, hal ini tentunya tidak menjadi masalah. Cukup gunakan Password Reset Disk dan Anda bisa mengubah password yang ada sesuai keinginan. Berikut PCplus akan menunjukkan cara membuat Password Reset Disk.Demi alasan keamanan, biasanya satu komputer yang digunakan oleh beberapa pengguna menggunakan setiap password yang berbeda untuk tiap penggunanya.Pemberian password yang berbeda ini bertujuan untuk menyimpan profil dan pengaturan setiap akun, agar nantinya setiap pengguna yang terdaftar pada komputer tersebut memiliki tingkatan yang berbeda serta dapat menggunakan Windows XP sesuai dengan kehendaknya tanpa mengganggu pengaturan pengguna lain. Pada NTFS, folder dokumen juga dapat diatur agar hanya dapat dibuka oleh akun pemilik dokumen.Tanpa password atau salah memasukkan password, pengguna tidak dapat masuk ke komputer tersebut. Oleh karena itu, sangatlah vital untuk selalu ingat akan password dari akun miliknya. Tapi, bisa saja password berubah karena ketidaksengajaan atau ulah virus.Sebagai tindakan pencegahan, sebaiknya Anda membuat Password Reseter dengan utiliti bawaan Windows XP, yaitu Password Reset Disk.Password Reset Disk ini nantinya berfungsi utntuk me-reset password yang telah ada dan menggantinya dengan password baru. Anda tinggal memasukkan password baru tersebut menggunakan akun bersangkutan.Meskipun nantinya Anda mengubah password dari akun Anda beberapa kali, Anda hanya perlu membuat Password Reset Disk sekali. Password Reset Disk tersebut tentunya hanya dapat digunakan untuk akun bersangkutan saja. Password Reset Disk sebuah akun tidak dapat digunakan untuk akun lainnya.Untuk membuat Password Reset Disk ini diperlukan sebuah floopy disk atau USB flash disk, untuk meletakkan file yang diperlukan. Bila yang digunakan USB flash disk, pasang terlebih dahulu USB flash disk tersebut agar dapat dideteksi dan dipilih pada pembuatan Password Reset Disk.Langkah-langkah yang PCplus gunakan untuk membuat Password Reset Disk bisa Anda lihat berikut ini.1. Pada Windows XP klik [Start] > [Control Panel] > [User Accounts].2. Pada jendela [User Accounts] klik akun Anda. Sebelumnya pastikan pilihan [Use the Welcome Screen] sudah diaktifkan pada pilihan [Change the way users log on or off].3. Klik pilihan [Prevent a forgotten password] yang ada di sebelah kiri di jendela yang muncul.4. Berikutnya tekan tombol [Next] pada jendela [Welcome to the Forgotten Password Wizard].5. Pada jendela [Create a Password Reset Disk] masukkan floopy disk atau USB flash disk pada PC. Pilih piranti yang ingin digunakan, lalu klik [Next].6. Masukkan password dari akun Anda saat ini pada jendela yang muncul, lalu klik [Next].7. Tunggulah hingga proses pembuatan Password Reset Disk selesai. Ikuti dengan menekan [Next].8. Pada jendela [Completing the Forgotten Password Wizard], klik [Finish]. Keluarkan floopy disk atau cabut USB flash disk dari PC. Tutup juga jendela tersisa yang tidak ingin digunakan lagi.9. Nantinya ketika diperlukan, pada [Welcome Screen] klik tanda panah berwarna hijau dan klik [use your password reset disk].10.Pada jendela [Welcome to the Password Reset Wizard] klik [Next].11.Masukkan Password Reset Disk yang telah Anda buat sebelumnya, floopy disk atau USB flash disk. Pilih piranti yang menjadi Password Reset Disk, lalu klik [Next].12. Masukkan password baru yang Anda inginkan termasuk konfirmasinya. Setelah selesai klik [Next].13. Tutup jendela yang muncul kemudian dengan menekan [Finish].14. Masukkan password baru yang telah Anda buat tadi untuk masuk pada Windows XP.Sumber : Berdasarkan tulisan saya yang dimuat di Tabloid PCplus edisi Tahun VII/09 - 22 Januari 2007/PCplus 274 - Halaman 34 - 35, Rubrik Tutorial.
    By: Annis Blogs Center
     
    Change MSN password.
    2007-01-08 18:32:45
    How to change MSN Messenger password?.Provide your Microsoft Passport Network sign-in information or personal e-mail address.http://support.passport.net/eform.aspx?productKey=passporteasi&page=support_home_options_form_byemail&ct=eformtsThis is an easy one :)
    By: Msn Errors - Solutions
     
     
    TopBlogging
     
     
    TopBlogging
    TopBlogging.com TopBlogging.com
    eXTReMe Tracker