This glossary covers essential cybersecurity and password management terminology from password policies and zero-knowledge encryption to RBAC, API authentication, and compliance frameworks like GDPR and SOC 2.
Master password — a single, primary password that grants access to a password manager or encrypted password vault, serving as the cryptographic key to unlock and decrypt all stored credentials, secrets, and sensitive information within the system. Because the master password controls access to all other passwords, it requires exceptional protection and must be significantly stronger than typical passwords.
Password encryption — the process of converting plaintext passwords into an encrypted format using advanced cryptographic algorithms such as AES-256 or RSA to protect them from unauthorized access during storage or transmission. This security measure ensures that credentials remain confidential and protected from compromise, even in the event of data breaches or unauthorized system access.
Password generator — a tool that automatically creates strong, random, and secure passwords using a combination of uppercase and lowercase letters, numbers, and special characters. By eliminating the need for users to manually create passwords, password generators significantly reduce the risk of weak, predictable, or easily guessable credentials that are vulnerable to brute force and dictionary attacks.
Password hygiene — a set of best practices and security habits for creating, managing, and maintaining secure passwords to protect accounts and sensitive information from unauthorized access and cyber threats. Essential password hygiene practices include using strong, unique passwords for each account, changing passwords regularly, avoiding password reuse, enabling multi-factor authentication (MFA), and storing credentials securely in an encrypted password manager.
Password manager — a specialized software application that securely stores, organizes, and manages passwords and other sensitive credentials in an encrypted password vault, allowing users to access all their accounts with a single master password while maintaining strong, unique passwords for each service.
Password management — the systematic practice of creating, storing, organizing, and maintaining secure passwords across multiple accounts and services through established policies, tools, and procedures that ensure credential security while balancing usability and organizational compliance requirements.
Password policy — a formal set of rules, requirements, and guidelines that define how passwords must be created, managed, and used within an organization to maintain consistent security standards. Typical password policy requirements include specifications for minimum password length, password complexity requirements, password expiration periods, password reuse restrictions, and multi-factor authentication (MFA) enforcement for sensitive systems.
Password sharing — the process of securely providing access to credentials with other users and team members through encrypted channels within a password management system. Unlike insecure sharing methods such as email, messaging apps, or shared documents, secure password sharing tools utilize encrypted password vaults and shared folders with granular access control and permission management to enable controlled distribution of login information.
Password strength — the measure of how resistant a password is to guessing, brute force attacks, dictionary attacks, and password cracking attempts, determined by multiple factors including length, complexity, randomness, and the use of diverse character types such as uppercase and lowercase letters, numbers, and special symbols.
Password reset — the process of creating a new password when a user has forgotten their current credentials, suspects their password has been compromised, or needs to regain access to a locked account. The password reset process is typically initiated through secure verification methods such as email confirmation links, SMS codes, security questions, authenticator app verification, or administrator intervention in enterprise environments.
Password reuse — the practice of using the same password for multiple different accounts, websites, or applications. Password reuse is a significant security risk because if one account is compromised in a data breach, attackers can use the stolen credentials to gain access to all other accounts that share the same password.
Password rotation — a security practice of regularly changing passwords at scheduled intervals to minimize the risk of unauthorized access from compromised credentials, ensuring that even if a password is exposed through a data breach or phishing attack, its window of vulnerability remains limited.
Password vault — an encrypted storage container within a password management system where credentials, secrets, API keys, certificates, and other sensitive information are securely stored using advanced encryption algorithms such as AES-256. Modern password managers implement zero-knowledge encryption architecture, meaning the vault contents are encrypted and decrypted locally on the user's device, ensuring that even the password manager provider cannot access stored credentials.