passwd command

0001-01-01

The passwd command changes a user’s password on Linux and Unix-like operating systems.

Read More

passwd file

0001-01-01

The /etc/passwd file is found on Linux and Unix-like operating systems. This file contains a plaintext database of system user accounts and metadata ...

Read More

password cracking

0001-01-01

Password cracking is a set of techniques in which encoded or encrypted passwords are mapped to their plaintext representations, typically for ...

Read More

password dump

0001-01-01

credential dumping is a type of cyberattack in which an attacker uses a number of techniques to obtain credentials of a user or multiple users of a ...

Read More

password hash

0001-01-01

A password hash is a method of protecting passwords by storing the result of the password used in a hashing algorithm rather than in plaintext.

Read More

password list

0001-01-01

password lists are lists of passwords used for brute forcing or password cracking applications.

Read More

password manager

0001-01-01

A password manager is a program that stores and manages passwords and related account data.

Read More

password recovery

0001-01-01

Password recovery is similar to hash cracking, but with the benign intent of recovering a forgotton or misplaced password to regain access to material ...

Read More

password reuse

0001-01-01

Password reuse is the practice of using the same password for multiple accounts.

Password reuse is very common, but should be avoided because if one ...

Read More

password spraying

0001-01-01

password spraying is a cyberattack where the attacker uses one password against several accounts.

Read More