1

I want to enter my password which must not be known (and/or seen) by me.

I have already created a password generator which randomly generates and copies a password into the clipboard without me knowing it:- https://github.com/SanTanBan/WhitePassword

Now, I am trying to create a code which would automatically type (or paste) whatever content is in the clipboard on the first left mouse click and into the place (password-field) where the mouse clicked.

What are the steps I need to follow?

The password field where I need to enter my password into does not allow copy pasting directly...

2
  • 1
    Also, is clipboard content hackproof (during the time any content is within the clipboard)?
    – S_Banerjee
    Commented Jul 13, 2022 at 4:57
  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking.
    – Community Bot
    Commented Jul 13, 2022 at 11:59

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.