this post was submitted on 19 Jul 2023
742 points (98.2% liked)
Asklemmy
45249 readers
8 users here now
A loosely moderated place to ask open-ended questions
Search asklemmy π
If your post meets the following criteria, it's welcome here!
- Open-ended question
- Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- !lemmy411@lemmy.ca: a community for finding communities
~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
You do realize that any program can access the clipboard right? Having your private information copied in the clipboard completely defeats the entire purpose of security.
Might as well put your private info on a bumper sticker for all to see.
If you assume malware is installed on a computer, typing a password using a keyboard is not safe either...
Keyloggers require hooking the keyboard driver, which although isn't extremely complicated in it of itself, still somewhere along the way has to get past User Account Control to install.
The clipboard is free and open access to any and all programs though, foreground, background, whatever. It doesn't require someone to click Paste to access the clipboard, a background program can very easily silently query the contents of the clipboard.
TL;DR - Clipboard is quite a bit easier to access than keystrokes from the keyboard driver. It's like the last place I'd wanna put my sensitive info.
That's just BS. Keyloggers only need to a simple win api call (SetWindowsHookEx with WH_KEYBOARD_LL) and you are good to go. No admin rights required. You won't get events from elevated processes, but browsers run in regular userspace so you can capture everything.
So you mean Windows Defender and UAC still don't flag that as suspicious and require admin privileges?
Well damn, all the more reason I switched to Linux in 2015. Today I learned.
It's not only windows. Similar things are possible on many Linux distros.
They would have to know that you had it in the clip board though and then it would still just be a password with no information about what it's for or even what account ints related to. Seems unlikely it would cause an issue
Sure. Keyloggers are specifically made to find those passwords though.
Any program can passively scrape every single bit of text that goes through the clipboard. There is literally zero security with the clipboard. Zero.
Hackers actually count on such ignorance of security as an attack vector. The clipboard is like the absolute easiest thing to monitor.
You should review your security practices.