URL: https://sales.oystercard.com/oyster/lul/entry.do

Oystercard for those who don't know is the modern ticketing system used in London. It's a "swipe" card you can use on buses and the underground.

Anyway, I registered on their website today and it starts like any other registration form with the desired username and password. When I submitted the first form it gave me an error message shown in this picture

"Your password needs to be at least six characters long and contain a mixture of uppercase and lowercase letters and at least one digit. For example, Abc123."

Have you ever seen that before? Stupid! The password I first intended to use is only a mixture of lowercase letters and several numbers, which works perfectly fine on UNIX. The effect was that I had to come up with a new one which I'll probably forget sooner or later. To avoid forgetting it I have written it down on a small piece of paper here on my desk. How's that for security?

Comments

Brandon Sussman

Works "perfectly fine on UNIX" when unix is set for loose password strength...

I suggest a passphrase approach. For instance 'Tattrms!' which is the initial letters of "These are times that try men's souls!", or if numbers are absolutely required, "1poBp!" ("1 pint of Bitter please!")

Easy to remember and more secure than any word based password.

If special chars are not allowed, you are on your own... :)

Your email will never ever be published.

Previous:
Make your own 3-D pictures July 31, 2004 Misc. links
Next:
Integer division in programming languages August 4, 2004 Python
Related by category:
Fastest way to find out if a file exists in S3 (with boto3) June 16, 2017 Web development
Be very careful with your add_header in Nginx! You might make your site insecure February 11, 2018 Web development
<datalist> looks great on mobile devices August 28, 2020 Web development
How to have default/initial values in a Django form that is bound and rendered January 10, 2020 Web development
Related by keyword:
Connecting with psycopg2 without a username and password February 24, 2011 Python
Read in passwords with bash March 25, 2005 Linux
Disable Caps Lock in Linux October 21, 2004 Linux
London underground map in 3D November 26, 2003 Misc. links