Open Source Software Useful

The Ultimate Password Manager For Internet Users

I got really fed up with managing my online usernames & passwords. It’s not a matter of 10 or 20, the total number might be around 200. I sometime save passwords in my browser itself. But now it doesn’t seem reliable to play with 100s of credentials in this manner. Now-a-days websites have gone really strict in the matter of passwords. Most websites forcibly tell users to enter passwords which must contain a caps, a number and a special character. This rule is also different for different websites. So ultimately you are forced to create a new password for each site you signup. As the number goes on increasing, you will be overwhelmed managing these stuffs.


What’s the problem with saving passwords in the browser

  • Sometime the browser doesn’t ask to save the passwords, in such cases there is no way to save it manually on the browser’s database
  • It’s not also possible to update an existing password manually. To update a password, you need to first login with the new password. Then the browser may/may not ask to update the existing one. If it asks, it’s your luck.
  • The saved passwords are not portable, you can not move them to a new computer. Although there are some 3rd party plugins available to export the credentials but you can’t rely upon them fully.

    So how I got the solution


    So to solve this issue I finally started creating my own password manager. I started writing code with JAVA swing. It took about 2 weeks to complete the entire tool and yes now I got a cute password manager, completely customizable and easy to use. Then  I decided to release this tool to public so that others can also use it and customize it if they really want to do so. 


    I hope people will like this tool and use for their personal purpose. If you are programmer then some more tasks for you. You can add some extra options like export to CSV and import from CSV which I did not do because of lack of time.

    How to use this tool


    First download this software from below links. You need to have JAVA installed in your PC to run this software and now-a-days most PCs have JAVA installed. If you don’t have JAVA then install it first.


    *If you are a developer then you can download the source code


    Where this tool saves the usernames and passwords ?


    This tool encrypts your credentials based on your master password and store it in your local drive. Nobody can read the data from those files as they have been encrypted. So to get those information back, you must provide your master password.


    Creating master password

    If you want to transfer your saved information to another computer then simply transfer the parent folder to that computer and it will work there as as normal. 


    What are its advantages

    • You can save unlimited usernames and passwords manually
    • The passwords are encrypted using some encryption algorithm, so security is ensured
    • The application has been fully integrated with keyboard shortcuts and it is very much user-friendly
    • Your data is fully portable, you can transfer them to any computer simply by transferring the folder
    Hope you all like this tool. For any doubt drop a comment.

    2 thoughts on “The Ultimate Password Manager For Internet Users”

    Leave a Reply

    Your email address will not be published. Required fields are marked *