Copy & Paste
-
- 4StarLounger
- Posts: 462
- Joined: 30 Oct 2010, 02:12
- Location: England UK
Copy & Paste
Hello, I use a site that generates my passwords, this means they can be quite complex and especially hard to type usually twice to confirm.
I keep my log in details, username & password in notepad in 4 separate places that are not attached to my PC. (I use Lastpass)
Some sites prevent me from using Copy & Paste using the mouse or the keyboard. Is there any way this can be changed?
I keep my log in details, username & password in notepad in 4 separate places that are not attached to my PC. (I use Lastpass)
Some sites prevent me from using Copy & Paste using the mouse or the keyboard. Is there any way this can be changed?
If it wasn't for bad luck I'd have NO luck at all.
Windows 11 Home 22H2 Laptop
-
- Administrator
- Posts: 12436
- Joined: 16 Jan 2010, 15:49
- Location: London, Europe
Re: Copy & Paste
I also use a password manager, but I would not store any password in Notepad!
I also would not use a web site to generate passwords, most password managers include a password generator, here is an example complex password that I just generated using mine - !oedqG7QmH4Wq#Nzp^&W
Most web sites allow me to paste using Control-V from the keyboard. The ones that force me to type out the full complex password can be a bit of a pain, but they still accept a pasted password when I log on, so I only have to type the password when I change it.
I also would not use a web site to generate passwords, most password managers include a password generator, here is an example complex password that I just generated using mine - !oedqG7QmH4Wq#Nzp^&W
Most web sites allow me to paste using Control-V from the keyboard. The ones that force me to type out the full complex password can be a bit of a pain, but they still accept a pasted password when I log on, so I only have to type the password when I change it.
StuartR
-
- Panoramic Lounger
- Posts: 7825
- Joined: 25 Jan 2010, 09:09
- Location: retirement
Re: Copy & Paste
I too use a password manager. There are many to choose from out there but I ended up with Password Safe:
https://pwsafe.org/
because it was the one available at my work place so, having become familiar with it there, it made sense to use it at home. It generates random strings akin to the example Stuart gave.
Ken
https://pwsafe.org/
because it was the one available at my work place so, having become familiar with it there, it made sense to use it at home. It generates random strings akin to the example Stuart gave.
Ken
-
- 4StarLounger
- Posts: 462
- Joined: 30 Oct 2010, 02:12
- Location: England UK
Re: Copy & Paste
Thanks for your replies, as I said in my original post, I keep a record of my log in details, username & password in notepad in 4 separate places that are not attached to my PC. I don't save any passwords in any browser.
What I'm looking for is a way to ensure I can copy & paste on any site, then I can use stronger complex passwords.
What I'm looking for is a way to ensure I can copy & paste on any site, then I can use stronger complex passwords.
If it wasn't for bad luck I'd have NO luck at all.
Windows 11 Home 22H2 Laptop
-
- Panoramic Lounger
- Posts: 7825
- Joined: 25 Jan 2010, 09:09
- Location: retirement
Re: Copy & Paste
As Stuart has already noted, sometimes that is just not possible, some sites just do not let you paste in a password, it has to be typed in. For other sites though look into using a password manager because as well as generating strong passwords they usually include the ability to autocomplete login details, i.e. from within the password manger a click from an entry will open your browser, land you on the asociated login page and then fill in the necessary credentials.
Ken
-
- 4StarLounger
- Posts: 462
- Joined: 30 Oct 2010, 02:12
- Location: England UK
Re: Copy & Paste
It seems I'm out of luck, so will have to continue using printable passwords for these sites that don't permit copy & paste.
If it wasn't for bad luck I'd have NO luck at all.
Windows 11 Home 22H2 Laptop
-
- PlutoniumLounger
- Posts: 15030
- Joined: 24 Jan 2010, 23:23
- Location: brings.slot.perky
Re: Copy & Paste
Hello Ted; I have circumvented most of the problems mentioned above by writing my own password-generator in Word/VBA, storing the results in a Table that is NOT named "Passwords.doc". I don't trust web-based password generators/managers because - well, they can be hacked.
Now to your conundrum of having to type in, manually, passwords when we cant Ctrl-C/Ctrl-V. None of these measures would pass scrutiny of a federal agency, but they might!
(1) Task association.
Suppose I have a website application, or a Word/VBA template (*.DOT) that I want to password-protect. What does this application achieve? Well, it is associated with my finances. Great. The first bank I ever used was The bank of New South Wales when I was a child in the tiny desert town of Southern Cross. A common Australian abbreviation for Southern Cross, recognized by the Post office, was "SX", and the bank was known as "Bank of NSW" (long ago changed to "WestPac[ific]").
So my chosen password might be "BankNSWSX" and if that isn't secure enough I might add in its street Address (15 Antares St, Southern Cross, WA, 6426) so perhaps "BankNSW15Antares", and if the site requires punctuation "Bank-NSW-15-Antares", but you get the idea.
Finances? Who was your first banker? Well that's easy to remember "Bank-NSW-15-Antares".
And who on the face of this earth knows that I had a Bank NSW savings account in Southern Cross when I was ten years old?
(2) Personal association
What about my password for Eileen's Lounge?
Well, who introduced me to Woody's book "The Underground Guide to Word for Windows" (which is how I got swept into Eileen's Lounge"? 'Twas a colleague back in 1998 who went by the name of "Michael Blossom". So who would know that I knew a guy called "Michael Blossom" back in 1998? Well, someone might.
So I change the name, just a teeny weeny bit to ""Michael Blosson" or to "Michael Blooson" or even "Nichael Blossom".
Note that the keys "m" and "n" (and the keys "l" and "o") are adjacent on the keyboard, so that even someone watching me type in the password might be fooled.
(3) Repeated strings.
When all menomics fail I will mentally generate a long string by repeating patterns of two short strings.
I can remember "vgb" (Very Good Boy!) and "hcc" (Hot Cake Cooker), so "vbghccvgb" is a good start.
If I am forced to include digits I might include the repetition pattern as a self-describing code at the front of the string, thus: "1221vgbhcchccvgb"
I hope that this helps.
P.S. Of course, I didn't really have an account at the Bank NSW when I was ten .... but you knew that, right?
Cheers
Chris
Next year I’m going to work on my procrastination
-
- Panoramic Lounger
- Posts: 7825
- Joined: 25 Jan 2010, 09:09
- Location: retirement
Re: Copy & Paste
Password Safe is not web based, it's a real download to your desktop application.ChrisGreaves wrote: ↑13 Oct 2020, 14:37...I don't trust web-based password generators/managers because - well, they can be hacked.
Ken
-
- Panoramic Lounger
- Posts: 7825
- Joined: 25 Jan 2010, 09:09
- Location: retirement
Re: Copy & Paste
I still say you should try a password manager, who knows, they way such an application populates the password field might be the equivalent typing it in. Perhaps reading the help file for this aspect of Passwordwil help:
https://pwsafe.org/help/pwsafeEN/html/autotype.html
Ken
-
- GoldLounger
- Posts: 2599
- Joined: 24 Jan 2010, 15:26
- Location: Olympia, WA
Re: Copy & Paste
I trust none of these, I use a plain text file on a thumb drive which I keep in my pocket.
Regardless of the OS, they all have a text editor which means I use on any machine.
And the wife knows where it is so if she needs to get access to any password account, after my demise she has access!
How many of you have shared this info with the spouse?
Regardless of the OS, they all have a text editor which means I use on any machine.
And the wife knows where it is so if she needs to get access to any password account, after my demise she has access!
How many of you have shared this info with the spouse?
I am so far behind, I think I am First 
Genealogy....confusing the dead and annoying the living

Genealogy....confusing the dead and annoying the living
-
- Administrator
- Posts: 12436
- Joined: 16 Jan 2010, 15:49
- Location: London, Europe
Re: Copy & Paste
The password for my password manager is in a sealed envelope in a location that I have shared. Whenever I change the password I change the envelope.
StuartR
-
- GoldLounger
- Posts: 2599
- Joined: 24 Jan 2010, 15:26
- Location: Olympia, WA
Re: Copy & Paste
In my last post I did NOT mean for Chris to get married again so he could share his passwords with a spouse!
But if he were to have some one set to handle his affairs', after his demise, he may want to do that!


But if he were to have some one set to handle his affairs', after his demise, he may want to do that!



I am so far behind, I think I am First 
Genealogy....confusing the dead and annoying the living

Genealogy....confusing the dead and annoying the living
-
- PlutoniumLounger
- Posts: 15030
- Joined: 24 Jan 2010, 23:23
- Location: brings.slot.perky
Re: Copy & Paste
Oh Come Now, Dave!
We have to be realistic about all this.
When, not If, I die, who on earth, is going to be able to alienate as many people as do I by insisting that they take two zucchinis home with them?
Who would want to assume responsibility for my staggering levels of debt?
And who could possibly play the shell game I play each Pension Day, siphoning money from a downtown bank in Toronto to this off-shore haven where I don't get taxed. (Well, over-taxed getting rid of zucchinis, but that is a different kind of "green stuff").
Be of Good Cheer; I ain't going anywhere soon.

Chris
Next year I’m going to work on my procrastination
-
- PlutoniumLounger
- Posts: 15030
- Joined: 24 Jan 2010, 23:23
- Location: brings.slot.perky
Re: Copy & Paste
Next year I’m going to work on my procrastination
-
- Administrator
- Posts: 12436
- Joined: 16 Jan 2010, 15:49
- Location: London, Europe
Re: Copy & Paste
To make use of the password in my sealed envelope, someone would also need my Yubikey to provide a second factor.
StuartR
-
- 5StarLounger
- Posts: 1070
- Joined: 21 Jan 2011, 16:51
- Location: Florida
Re: Copy & Paste
Well, to bypass the semi-religious postings about password management and try to address the problem statement as given by the OP, I'd suggest looking into the KEEPASS password managers.
There are two versions. Having used both, I dropped back to the 1.x version due to UI differences, but both are very secure. What is of interest to the OP is the ability to set up automatic responses to login screens that use AUTOTYPE to push the user name and/or password into the fields using the keyboard API.
I don't know if it works with all sites, but there's an active community that will help guide you to a solution if one is possible with the application.
Also, I've used Password Safe (at work) because of it's ability to define master passwords for multiple sites. Still prefer KeePass for home use.
Best of luck and safe computing!
Edited to add note about Password Safe.
There are two versions. Having used both, I dropped back to the 1.x version due to UI differences, but both are very secure. What is of interest to the OP is the ability to set up automatic responses to login screens that use AUTOTYPE to push the user name and/or password into the fields using the keyboard API.
I don't know if it works with all sites, but there's an active community that will help guide you to a solution if one is possible with the application.
Also, I've used Password Safe (at work) because of it's ability to define master passwords for multiple sites. Still prefer KeePass for home use.
Best of luck and safe computing!
Edited to add note about Password Safe.
PJ in (usually sunny) FL
-
- 4StarLounger
- Posts: 462
- Joined: 30 Oct 2010, 02:12
- Location: England UK
Re: Copy & Paste
Hello PJ, as my first post shows, I use Lastpass.
If it wasn't for bad luck I'd have NO luck at all.
Windows 11 Home 22H2 Laptop
-
- 5StarLounger
- Posts: 1070
- Joined: 21 Jan 2011, 16:51
- Location: Florida
Re: Copy & Paste
Yes you did, but, lacking personal knowledge of how Lastpass puts the information into the fields, I offered the two solutions that I'm aware of that can use the keyboard buffer and not the clipboard to input the data.
At the end of the day, some websites are just impossible.

PJ in (usually sunny) FL
-
- 4StarLounger
- Posts: 462
- Joined: 30 Oct 2010, 02:12
- Location: England UK
Re: Copy & Paste
Hello PJ, I think Lastpass is the most flexible for ease of use. It can be added to most browsers, then log in with your email & password and al your details are added automatically. This is the settngs page.
-
-
You do not have the required permissions to view the files attached to this post.
If it wasn't for bad luck I'd have NO luck at all.
Windows 11 Home 22H2 Laptop