View Single Post
  #2 (permalink)  
Old 27-01-10, 07:46 PM
IanSmithISA's Avatar
IanSmithISA IanSmithISA is offline
Senior Member
 
Join Date: Aug 2009
Location: Worcester
Posts: 123
Default

Good evening

As a programmer, amongst other things, I can give you an easy solution;

Keep the passwords that you would normally use but always append something like #123^.

So if you want to use fred, jack and jill, they become fred#123^, jack#123^ and jill#123^.

One constant suffix should be easy to remember but it makes manual guessing of passwords very difficult.

Bye

Ian
__________________
Forums are about debating pleasantly not agreeing.
Reply With Quote