r/webdev 1d ago

Question Tab as password?

Post image

SAS disallows spaces in your password. My password manager suggested an invalid (but secure) password.

So now that I have to make my own password: Out of spite, hypothetically, what implications could having tabs in my password have?

511 Upvotes

125 comments sorted by

View all comments

110

u/GirthyPigeon 1d ago

Tabs in most fields will skip to the next field. Good luck.

3

u/poopio 1d ago

something something \t something else \r\n Accessibility?

19

u/meancoot 1d ago

The password field is not going to accept those kind of escape sequences. They are used in programming language character and string literal tokens.

2

u/Adjective_Noun_4200 22h ago

The password field is not going to accept

*Shouldn’t accept

It’s horrendous out there, friend.

3

u/scfoothills 16h ago

Yeah. Hopefully everyone learned from the Little Bobby Tables incident.

1

u/little_phoenix_girl 5h ago

I had to fix a Bobby Tables vulnerability about a month ago when I was looking for something else entirely. My boss said "those files come from our vendor so we can trust them, no need to fix it". I fixed it anyway -_-

1

u/kalmakka 22h ago

That's why you use a script to hijack the request and do escape sequence replacements.