Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.58 KB

maintain_password_database.md

File metadata and controls

27 lines (18 loc) · 1.58 KB

Global Enablement & Learning

Maintain a Secure Password Database

When: Post-install, after platform changes, and when any shared or service account’s password changes

Maintain a secure and encrypted password-protected password database using an appropriate software tool or service

KeePass is a popular, good, free, and open-source choice.

For larger enterprise-scaled deployments, consider popular paid-for password database tools such as One Identity, CyberArk Enterprise Password Vault, and Centrify. For smaller organizations, consider something like 1Password, LastPass, Dashlane, Keeper, Sticky Password, Bitwarden, NordPass, or ZohoVault.

Maintain the credentials in this database for service and administrative accounts, external-database-outbound logins, and so on.

Decide whether you should store the credential database in the cloud, or on premise. Keep the password database on a machine that is physically better protected than a desktop or laptop PC so that it cannot easily be stolen. (In other words, store the database on a host in the datacenter or corporate cloud.)

Use multi-factor authentication for access to the hosts in the data center on which the password database is stored, and for authentication to the password database itself.

Back to checklist