How to Strengthen Password Security Using Brain Memory
Debesh Choudhury, PhD
Information Security Researcher, Academician, Entrepreneur | Password & Cybersecurity, Digital Identity, Biometrics Limit, 3D Education | Linux Trainer | Writer | Podcast Host
Passwords are indispensable in this modern world.
Some companies are creating hypes to kill passwords for good. They are recommending that customers go passwordless. They are toying with the idea of "always logged in" and referring to it as "passwordless."
Today, I share with you a simple yet very robust technique to safeguard multiple accounts without paying a single penny on any software, such as password manager, or any paid cloud security services, which are prone to more hacking attacks.
Why are password managers prone to hacking?
Password managers are software that can provide you with facilities to create many complex passwords for multiple accounts. All generated passwords are protected by a single password called the master password.
There are both offline and online password managers. The online password managers provide server-based services to manage multiple passwords with a master password. The offline password managers are software installable on users' computers for creating and managing passwords.
In whatever its form, the security of a password manager is solely dependent on the master password which is prone to an easy attack called single point of failure
Therefore, password managers can NOT provide you with the security you need.
Know how traditional password security systems function
Before starting with the security solution, let us understand in simple words how a password security system works on a computer or a server. I share a screenshot from one of my tutorial presentations on everyday cybersecurity.
Graphics 01: Screenshot of my slide "What is a Password?".
Thus, in simple words, we learn about a computational operation called the "hash" function, which is operated on the inserted passwords, and the computer system permit access if the "hash" inserted password matches with the stored "hash" of the user-created password.
Otherwise, it rejects access.
How to safeguard passwords using your brain memory
It is widely known that password managers come as a solution to help us not overtax the brain to store very long and complex passwords. But, the single master password can be a single point of failure and serve as an easy security hole for hackers.
Use brain memory to store a part of the password
The steps are pretty simple. Anybody can do it. No expertise in computing is necessary. Even your granny or grandpa can do it.
I add "salt" texts (second part) to a complex password (first part) to strengthen password security. I may like to call it quasi-two-factor authentication (quasi-2FA) or static two-factor authentication (static-2FA).
Graphics 02: Screenshot of my slide "Taking help of brain memory is the safest."
The resulting "hash" of the composite password (1st part + 2ndpart "salt") will differ from the "hash" of the very long and complex password (1st part).
Thus, we can create simple "salt" text streams and memorize them in the brain memory for calling back from memory while authenticating the account with the composite password.
We may call it quasi or static two-factor authentication
The strength of the composite password security is significantly high because there is no technology available in the world to hack or steal human brain memory.
Bringing it altogether
------------
About me
I am a researcher and contribute to the overlapping areas of STEAM (Science, Technology, Engineering, Arts, and Mathematics). I develop cybersecurity and information security solutions, specifically graphical authentication security.
Text Copyright ? 2022 Debesh Choudhury — All Rights Reserved.
Cheers!
Cover: I created a GIF using texts and a Photo by?Miguel á. Padri?án?on Pexels.
All other images are either drawn/created by myself or credited to the respective artists/sources.
Disclaimer: All texts are mine and original. Any similarity and resemblance to any other content are purely accidental. The article is not advice for life, career, or business. Do your research before adopting any options.
Join me at?Odysee,?Twitter,?noise.cash,?read.cash, and?Facebook
Kolkata, Tuesday, July 19, 2022.
Transform Your LinkedIn? Success: AI Pragmatist. Elevate Your Brand, Unlock Opportunity, Build Authority and Drive Growth. LinkedIn? Trainer, Speaker, Mentor and Consultant for 12 years. Chair of CFFC
2 年I hadn't appreciated that I already use "salt" in my password management solution Debesh, so thank you for that - I now know what to call it! Great advice to share and important to every single person who has ever had to create a password - which is pretty much all of us! ????
Advocate of Identity Assurance by Citizens' Volition and Memory. Founder and Chief Architect at Mnemonic Identity Solutions Limited
2 年Nice to see this post. I have been practicing this method for many years.
I am Concrete Magician Large Concrete Expert LEAN Business Culture
2 年Genious advice !!! I read the article 2 times to properly understand your static 2FA technique. Indeed Debesh Choudhury, PhD has discussed a wonderful and extremely easy solution which amalgamates the goodness of both Complex + Salt parts.