Too Many Passwords!

Most of us have been using the Internet for many years, and have created accounts with hundreds of different Internet services. After a certain point, one cannot reasonably be expected to remember the passwords to all of their different accounts, especially since many websites have different requirements for password complexity. Having to remember too many different passwords is a common frustration we see here at Small Dog.

This is a problem inherent in the username/password system. When the system was introduced decades ago, no one anticipated having to remember hundreds of different usernames and passwords. Other methods for authentication, like biometrics, have slowly become supported by more and more hardware and software developers, like Apple’s Touch ID, however there is still no viable system for authentication that can be used by virtually any device, so username/password has remained the most dominant method.

The best solution to the problem of having too many passwords is to install a password manager. A password manager is an application that securely stores a users passwords, so that only one password is required to access any of them.

The password manager I would recommend is LastPass. LastPass offers a desktop application, a browser extension, and a mobile app. A premium account is only $1 per month, and all of the core features are available with a free account. With LastPass, any time you see a password prompt, you only need to enter your LastPass password, and LastPass will find, decrypt, and enter your password to that service.

Similar Posts

  • Breathe Life Into Your Old Mac

    It’s always a sad day when you realize your older Mac isn’t quite performing how it used to. Perhaps it’s a bit sluggish to open certain applications. Perhaps the time it takes to boot seems to be getting longer and longer. And perhaps all that data you’ve accumulated over the years has almost filled up your storage space. It’s realizations like this that can sometimes push users to prematurely purchasing a more up to date model. Fortunately, there are a few ways to breathe a bit of “life” into your older machine.

    First and foremost, performing backups is always recommended before making any significant changes to your machine. 

    If your machine has accumulated some desktop or toolbar junk seemingly inexplicably, you may have unintentionally acquired some malware. Tracing back to the genesis of this malicious software can be difficult, especially with older Macs, but luckily there’s a free application out there called Malware Bytes that does the hard work for you. Malware Bytes scans your hard drive for any traces of this malicious software and walks you through the removal process step by step. After the removal process you may notice your computer runs much more smoothly than it did before. 

    Having a lot of files on your desktop can be convenient, but when you boot your machine it can certainly bog down to the startup time, as your machine will have to load all of those items, one by one in order to complete the startup process. Instead of having a lot of files all neatly organized on your desktop, I recommend creating a folder called ‘Desktop’ and storing all your most frequently used or opened files there. 

    And speaking of storing files…

    Having your files just a few clicks away is great, but keeping too many files on your hard drive is a surefire way to keep your machine sluggish. In this case, an external hard drive is your best friend. I personally keep my Photos library and iTunes library on two separate external hard drives. Granted, doing this is also a bit of a process worthy of some research before deciding to do so, but it’s definitely kept my Mid-2012 MacBook Pro trucking right along in its oncoming golden years. 

    Along those lines, a few times a year I’ll go delving into the contents of my hard drive and do some manual housekeeping to keep things tidy and running smoothly.

  • Delete Files In Terminal

    **Warning this is permanent**

    You CANNOT RECOVER FILES with method. So you have a file that you don’t want anymore, you can skip the steps in the GUI (graphic user interface). In terminal it is one command, but there is no “Trashcan” you can recover from.

    To do this open up terminal and type:

    rm {file path of file you want to delete}

    Or is this is not enough you can remove entire directories. “rm-r” stands for remove directory and the syntax looks like this:

    rmdir {the file path itself}

    Now before you even just play with this command, make sure you have a Time Machine back up. It’s always just good to have a Time Machine back up, but if you make a mistake with this command, a backup may be your only way to recover data.