Switch on auto-clear in your password manager
1Password's own writing on the clipboard problem explains its position: prefer AutoFill, and clear the clipboard 90 seconds after a copy. Bitwarden ships the same setting. Open the preferences and confirm it is enabled. A value that leaves the slot on a timer is exposed for a bounded window instead of until your next copy.
AutoFill is the better habit and costs nothing. A password that never reaches the clipboard cannot be read out of it, recorded by a history app, or picked up by anything watching.
Find out what your browser does with a copied password
Firefox made a specific change. Version 94 and ESR 91.3 stopped handing password-field and private-browsing copies to OS clipboard history and cloud sync, tracked as CVE-2021-38505. The copy still lands in your clipboard so ⌘V works. What stops is the handoff to anything keeping a record.
Chrome and Safari publish no equivalent behaviour. Treat a password copied in either one as recordable, and lean on the auto-clear above.
The setting that does the most work in any history app is retention. An item limit or an age limit deletes old secrets for you, which beats remembering to do it. Storage caps help for a different reason: they keep the database from growing until you stop trusting it.
Screen sharing is the case people forget. Before a call, clear the history rather than hoping you do not open the popup by accident. One action, and there is nothing to leak on camera.
Clipboard clippers are real malware, and they are quiet
A clipper watches your clipboard and substitutes what it finds. Copy a wallet address, paste it, and the address in the field belongs to somebody else. The attack works because nobody proofreads 42 characters before hitting send.
This is current. In June 2026, The Hacker News reported a Rust clipper campaign against both Windows and macOS, with a Check Point sample carrying more than 15,500 attacker wallet addresses to substitute.
Defence is dull and it works. Verify the first and last six characters of any address after you paste. Install from the developer's own site or Homebrew rather than a search ad. Once code runs as your user, your clipboard is readable and writable, so the fix sits upstream of any clipboard setting.