I want to write a program (in Delphi or C ++) to protect my passwords, and I would like to be able to copy and paste them. Is it possible to copy and paste, essentially, without the data coming into the clipboard, your own custom clipboard?
I want you to be able to get the password from an encrypted database and publish it on my bank website, email, online games, etc., without using the clipboard as an extra precaution for keyloggers, etc. .
source
share