Skip to main content

Robust password and encrypted data

 

Password Policy and Strong Password

Create a robust password policy is essential for ensuring and safeguarding the security of user accounts and protecting sensitive information from unauthorized access.

A strong password should mandate:

·       At least 16 characters long.

·       A mix of uppercase and lowercase letters.

·       Numbers, and special characters.

·       It should avoid common words.

·       Avoid predictable patterns and personal information that could be easily guessed.

To further enhance security, the policy should include timeouts on false attempts and locking accounts after a set number of failed login attempt and password expiration policies should be enforced to require users to change periodically ideally every 90 days.

Example of strong password P@m1y2Ds$hz!ne%c

Why This Password is Strong:

  • Length: 16 characters.
  • Complexity: Mix of uppercase and lowercase letters, numbers, and special characters.
  • Unpredictability: Is not a word, common phrases, or personal information.
  • Randomness: Hard to guess and resistant to brute-force attacks.

A blue screen with white text

AI-generated content may be incorrect.

 

Importance of Encryption for Sensitive Data

Encryption is crucial to protect sensitive data from being stolen, changed or compromised. Data is transformed in a secret code that can only be decrypt with a unique digital key, ensuring that even if data is intercepted, it remains unreadable without the correct decryption key.

A screenshot of a computer

AI-generated content may be incorrect.

Comments