Enhance your password security.

Get Started
CTA icon

Table of Contents

    What is password encryption and how much is enough?

    What is password encryption and how does it work?

    2023-05-04T04:50:00.000Z10 min read

    Cybersecurity

    Password encryption is essential to store user credentials stored in a database securely. Without password encryption, anyone accessing a user database on a company's servers (including hackers) could easily view any stored passwords.

    Even a strong 32-character password created using a secure password generator is useless without password-encryption! If someone can read your password on a server, they can use it simply by copy/pasting it—no matter how long or complicated the password might be!

    Encryption scrambles your password before saving it on the server. So, if someone hacks the server, instead of finding password123, they find a random series of letters and numbers.

    In this article, we're going to explore the world of password encryption, why strong passwords matter, and how you can practice better password management!

    TeamPassword is the password management solution for small businesses! Create, store, and share login credentials safely with employees, contractors, and clients. Sign up for a 14-day free trial today!

    ‏‏‎ ‎[Table of Contents]

    Understanding Password Encryption

    To explain password encryption effectively, we must first grasp the language. Several terms might be unfamiliar, so here is a quick intro to password encryption terminology.

    • Key: Used to lock and unlock passwords using a random string of bits. You get private and public keys that crypt and decrypt data differently, but we won't get too deep in the weeds with keys!
    • Bits: A logical state with one of two possible values, including 1/0, true/false, yes/no, or on/off as typical examples.
    • Block (block cipher): A deterministic algorithm operating on fixed-length groups of bits, called blocks.
    • Hash function: The algorithm that uses the key to create password encryption and decryption. A hash function is essentially a piece of code that runs every time someone saves a password or logs into an application. 
    • Hash: A random series of numbers and letters representing your password. The hash function uses your hash instead of the raw password for authentication.
    • Salt: Additional letters and numbers appended to the hash

    ‏‏‎ ‎

    How Does Password Encryption Work?

    When you save a new password, a hash function creates a hash version and saves that on the server. 

    Every time you log in using your password, the hash function recreates the hash to see if it matches what's stored. If the hashes match, the algorithm passes the authentication and logs you in. 

    For example:

    • Original password: Pa$$w0rd123
    • Hashed password: 6AF1CE202340​FE71BDB914AD5357​E33A6982A63B

    While this might seem secure, simple hashed passwords aren't hack-proof.

    The hash function only creates a unique hash for each password, not each user. So, if multiple users have the password, Pa$$w0rd123, the hash will be exactly the same.

    To overcome this encryption vulnerability, engineers salt passwords so each hash is unique, even if the passwords are identical.

    How Salt Works

    A salt appends a unique value of 8 bytes (16 characters) to the password before the hash function creates a hash. This way, even identical passwords are unique before the hash function.

    For example:

    • Two identical passwords: Pa$$w0rd123
    • Salt value one: E1F53135E559C253
    • Salt value two: 84B03D034B409D4E
    • Password one before hash: Pa$$w0rd123E1F53135E559C253
    • Password two before hash: Pa$$w0rd12384B03D034B409D4E
    • Password one hashed value (SHA256): 72AE25495A7981​C40622D49F9A52E4F15​65C90F048F59027BD9​C8C8900D5C3D8
    • Password two hashed value (SHA256): B4B6603ABC670​967E99C7E7F1389E40​CD16E78AD38EB1468E​C2AA1E62B8BED3A

    ‏‏‎ ‎

    5 Common Password Encryption Methods

    1. Data Encryption Standard (DES)

    While applications no longer use Data Encryption Standard (DES), it's important to mention this password encryption method because of its history and influence on more secure modern standards.

    IBM developed DES as a 56-bit encryption technology in the early 1970s. The NSA adopted and improved DES before it was approved worldwide as the encryption standard.

    However, since the late 70s, hackers have been able to break DES encrypted passwords. In 1999, ethical hackers managed to break a DES key in under 24 hours. 

    To make DES more secure, engineers created Triple DES and later Advanced Encryption Standard (AES), which we still use today.

    2. Triple DES

    Triple DES uses three 56-bit keys (blocks) to create 168-bit encryption (some security experts argue that Triple DES is only 112 bits strong). Although Triple-DES is slowly being phased out, many financial institutions still use it to encrypt ATM PINs.

    3. Advanced Encryption Standard (AES)

    AES is the new encryption standard—trusted by the United States Government and many other prominent organizations globally. At 128 bits, AES is sufficiently secure, but most organizations prefer heavy-duty 256-bit encryption.

    At TeamPassword, we use 256-bit encryption to store passwords, ensuring the highest levels of security for our clients. We're also a secure hosting provider holding multiple security accreditations.

    Hackers can only break an AES encrypted password through a brute-force attack—trying password combinations to find the right one.

    To counter brute-force attacks, applications will lock an account after a certain number of attempts or use tools like Google's reCAPTURE.

    4. Blowfish

    American cryptographer, Bruce Schneier, designed Blowfish in 1993 as an antidote to the weak DES encryption. Blowfish uses a 64-bit block and variable key length of 32 to 448 bits.

    Although Blowfish is more robust than its DES predecessor, the 64-bit block is still vulnerable to attacks, most commonly birthday attacks—a cryptographic attack that exploits the mathematics behind the algorithm.

    To solve Blowfish vulnerabilities, engineers created Twofish in 1998 (128-bit blocks with 256-bit keys) and Threefish in 2008 (256, 516, 1024-bit blocks with 256, 516, 1024-bit keys).

    5. Rivest-Shamir-Adleman (RSA)

    RSA is one of the oldest and widely used to transfer data securely. The encryption works with two keys, two large prime numbers, and an additional auxiliary value.

    Due to the complicated encrypting and decrypting process, there is no known method for breaking RSA encryption. 

    Although widely used for transferring data, RSA is slow and not suitable for password encryption.

    ‏‏‎ ‎

    Why Strong Passwords Matter

    Password encryption can only prevent criminals from viewing saved credentials stored on a server—but cannot prevent hackers from guessing weak/commonly used passwords. If you reuse the same password for multiple accounts, this also puts you at risk!

    Encryption is most effective when users create robust, unique passwords for every account. For example, a random 32-character password with letters, numbers, and special characters hashed and salted is near impossible to guess or decode, even using a computer!

    In another scenario, let's assume you have a strong 32-character password, but you use it for every account. If hackers manage to steal that password, they have access to every account using the same credentials! Your strong password is effectively useless.

    Improving Your Password Management

    Now that you understand password encryption and the associated vulnerabilities, you can see why strong passwords are essential.

    Effective password management is crucial to protect yourself against cyberattacks or in the highly likely event of a data breach where hackers steal your credentials.

    Criminals are after the low-hanging fruit—people who use weak passwords!

    5 tips for creating stronger passwords:

    1. Create strong passwords for every account. The easiest way to do this is using a password generator. TeamPassword has a free password generator anyone can use to create passwords from 12-32 characters using uppercase, lowercase, numbers, and special characters. We recommend creating passwords as long as the application will allow.
    2. Never create passwords shorter than eight characters, with 12 being our recommended minimum. 
    3. Never reuse the same password for multiple accounts.
    4. Never create passwords with your name, family member's names, or pet's names. With social media, this information is freely available. Criminals can add those names to algorithms for brute-force attacks.
    5. Don't store passwords in digital notepads or spreadsheets. We recommend using a password manager like TeamPassword to create and store your credentials.

    ‏‏‎ ‎

    Why You Need a Password Manager like TeamPassword

    We have so many accounts these days; it's almost impossible to create unique, memorable, secure passwords for each one. A password manager solves this problem.

    Instead of remembering the credentials for every account, you only need to memorize the one to log into your password manager. 

    TeamPassword keeps all of your credentials safely stored and encrypted, so you never have to memorize a password again. Instead of entering your credentials, you use one of TeamPassword's browser extensions (Chrome, Firefox, and Safari) to log into accounts.

    Built for Teams

    TeamPassword's best feature is its ability to share credentials with team members securely. Instead of sharing passwords, you provide access through TeamPassword. 

    Employees use TeamPassword to log in, meaning you never share raw passwords—no more worrying about unauthorized access or sharing.

    You can create groups in TeamPassword to share access with employees, clients, contractors, and freelancers. When someone no longer needs access, remove them from the group with a single click. No need to change passwords every time someone leaves a project!

    Built-In Password Generator

    TeamPassword features a built-in secure password manager so you can create robust passwords for every account. TeamPassword also ensures you never reuse the same credentials so that you won't fall victim to credential stuffing attacks!

    With a built-in password generator, you can change passwords regularly, and TeamPassword will update the new credentials for all users!

    Monitor Login Activity

    TeamPassword's activity log keeps track of every action across all of your accounts—logins, password changes, new team members, sharing access, and more.

    You can also set up email notifications for all TeamPassword actions so that you can react fast to any suspicious activity.

    Get Your Free TeamPassword Trial

    Password encryption is not enough to protect your business from password vulnerabilities! You need a robust password manager like TeamPassword to create, store, and share credentials securely.

    ‏‏‎ ‎

    Sign up for a 14-day free trial and let TeamPassword secure your company's digital assets.

    facebook social icon
    twitter social icon
    linkedin social icon
    Enhance your password security

    The best software to generate and have your passwords managed correctly.

    TeamPassword Screenshot
    Recommended Articles
    A person in a purple shirt typing on a computer in the dark while wearing fingerless gloves.

    Cybersecurity

    2024-07-26T14:06:00.000Z8 min read

    AI Password Cracking: What to Know & How to Stay Safe

    AI is cracking passwords faster than ever. Learn how these advanced tools work and discover essential strategies to ...

    Why Do Hackers Want Your Email Address?

    Cybersecurity

    2024-07-25T10:27:00.000Z13 min read

    What Can Hackers Do with your Email Address?

    Email is used for password resets, 2FA authorization, and other identity verification. Learn how hackers exploit yours and ...

    Google Chrome logo with a cancel symbol on top

    Cybersecurity

    2024-07-24T08:07:00.000Z5 min read

    How to Disable Google Chrome's Password Manager in 3 Steps

    Keeping track of passwords has gotten out of hand. Chrome offers a built-in solution, Google Password Manager, which ...

    The Password Manager for Teams

    TeamPassword is the fastest, easiest and most secure way to store and share team logins and passwords.