Security teams should use secure notes when the information is sensitive but does not fit a username, password, card, or identity record. That includes license keys, bank details, insurance data, stock information, and other unstructured records that still require encryption and controlled access. The goal is to keep sensitive operational data in one protected vault, not scattered across documents or tickets.
How to Choose Secure Notes Versus Password Entries
Use a password entry when the item’s primary purpose is to authenticate to a system, such as a username, password, token, or secret that behaves like login material. Use a secure note when the item is sensitive, structured or unstructured, but it is not itself an account credential. That distinction keeps the vault usable for review, rotation, and access control.
A practical way to decide is to ask whether the stored value has a credential lifecycle. Password entries are usually managed as login assets, while secure notes are better for reference material that still needs encryption and controlled access, such as license information, bank details, insurance records, or recovery data. If it is not meant to be entered into an authenticator flow, it usually belongs in a note.
One useful internal check is whether the item will ever need metadata associated with identity use, such as website, username, autofill, rotation prompts, or authentication sharing. If yes, password entry is the better fit. If the value mainly needs confidentiality, searchability, and centralisation, secure note is cleaner. This separation reduces the chance that teams misuse password fields for general document storage.
Why the Separation Matters in Practice
Keeping notes and credentials distinct improves operational hygiene because it prevents teams from treating the vault like a generic document dump. That matters when the same vault is also used for high-risk material, since poor classification can obscure what actually needs rotation, review, or tighter sharing controls. NHIMG’s 2024 State of Secrets Management Survey found that 88% of security professionals are concerned about secrets sprawl, which is a reminder that categorisation is part of control, not just housekeeping.
Secure notes are especially useful when the sensitive record is operational rather than authenticator-like. A bank account number, contract reference, insurance policy detail, or software licence key may need encryption and limited access, but it does not benefit from password-entry semantics. Misclassifying those items can make retrieval awkward, increase duplicate storage, and push teams back toward tickets, spreadsheets, or chat messages.
For teams managing both human and machine-adjacent material, the boundary also helps avoid overloading the password bucket with items that are not meant to be rotated like secrets. If a value has no expected login behaviour, no target application, and no meaningful expiry process, forcing it into a password record usually creates unnecessary process friction without adding security value.
What Good Vault Classification Looks Like
The best vault taxonomy is simple enough that engineers, operations staff, and security reviewers will use it consistently. A password entry should answer, “What do I use to authenticate?” A secure note should answer, “What sensitive information do I need to protect and retrieve later?” That shared rule reduces ambiguity and makes audits easier.
- Use password entries for: usernames, passwords, API credentials, tokens, certificates, and other values that support authentication or access.
- Use secure notes for: licence keys, bank details, insurance data, recovery codes, account metadata, vendor instructions, and similar sensitive records.
- Avoid both: ordinary documents, work notes, and copied tickets that do not need vault-grade access control.
Teams should also define who owns classification decisions. In most organisations, the owner of the system or business record should decide whether an item is credential material or reference material, while security sets the standard. That avoids ad hoc labelling and makes it easier to review vault contents for misplaced secrets or notes that should be converted into managed credentials.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
OWASP Non-Human Identity Top 10 address the attack and risk surface, while CIS Controls v8, NIST CSF 2.0 and NIST SP 800-63 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| CIS Controls v8 | 6 — Access Control Management | Classifies sensitive vault data for proper access control and least-privilege handling. |
| 3 — Data Protection | Secure notes store sensitive reference data that still requires encryption and controlled access. | |
| Recommendation — Apply access control management to keep sensitive notes and credentials correctly separated and limited. Protect sensitive note content with encryption and access restrictions based on data sensitivity. | ||
| NIST CSF 2.0 | PR.AA — Identity Management, Authentication, and Access Control | The vault entry type affects how the data supports authentication and access decisions. |
| PR.DS — Data Security | Secure notes are sensitive data objects that require protection even when they are not credentials. | |
| Recommendation — Classify vault items by whether they support authentication or only protected reference access. Store non-credential sensitive records under data security controls, not login-object workflows. | ||
| NIST SP 800-63 | 1 — Digital Identity Guidelines | Password entries represent authenticators or identity material; notes do not. |
| Recommendation — Use identity guideline thinking to distinguish authenticators from non-authentication sensitive records. | ||
| OWASP Non-Human Identity Top 10 | NHI-03 — Secrets Sprawl | Misclassification in vaults contributes to secrets sprawl and poor secret hygiene. |
| NHI-01 — Identity Lifecycle | Vault entry type affects whether the item needs rotation, expiry, and review like a credential. | |
| Recommendation — Keep secrets and reference data categorized so vault sprawl does not obscure security ownership. Use lifecycle-aware records for items that need rotation or expiry, and notes for static sensitive data. | ||
Practitioner Guidance
What to verify: Before creating the entry, verify whether the value will ever be used in an authentication or access flow. If it will, model it as a password-type item; if it will only be read as protected reference data, store it as a secure note.
Common mistake: Teams often put everything “sensitive” into password fields because that seems easier at first. That shortcut makes the vault harder to search, harder to govern, and more likely to hide non-credential data alongside items that need rotation or sharing controls.
Decision rule: If the item must support login, delegation, or secret rotation, use a password entry. If the item is sensitive but static, informational, or document-like, use a secure note.
Practitioner takeaway: The goal is not to force every sensitive value into the same record type, it is to preserve the meaning of each vault object so teams can protect the data properly and still find it when they need it.
Related resources from NHI Mgmt Group
- How should security teams decide when to use device binding instead of passkeys?
- How do security teams decide when to use DLP controls instead of manual review for Google Drive downloads?
- How do security teams decide when to use custom AI agents instead of fixed workflows for security operations?
- How can security teams decide when to use provisioned capacity instead of on-demand AI access?