591
submitted 3 weeks ago* (last edited 3 weeks ago) by sorter_plainview@lemmy.today to c/programmer_humor@programming.dev

Edit: @Successful_Try543@feddit.org solved it. It says "one special character". Not "at least one".

you are viewing a single comment's thread
view the rest of the comments
[-] xmunk@sh.itjust.works 222 points 3 weeks ago

It's fucking insane that an internet banking portal has such a low cap on max characters and such shitty rule enforcement.

[-] sorter_plainview@lemmy.today 90 points 3 weeks ago

Their desktop site is even more shitty. It won't allow right click or paste actions. There goes compatibility with password managers.

[-] superkret@feddit.org 58 points 3 weeks ago

Bitwarden has a function where it types in (not pastes) the password and shows the prompt for it without right-click.

[-] Appoxo@lemmy.dbzer0.com 17 points 3 weeks ago

And even if theres an app for Windows (https://github.com/jlaundry/TypeClipboard) that can type it for you and even has a shortcut.
I am sure someone in the linux world knows an equivalent tool.
We use it at work to paste long passwords when remoting in.

[-] tyler@programming.dev 3 points 3 weeks ago

On Mac you can use Hammerspoon and just create a shortcut to hs.eventtap.keyStrokes(hs.pasteboard.getContents())

[-] stetech@lemmy.world 1 points 3 weeks ago

Nice find, thanks for sharing.

For Macs (only Macs, I believe), there is StopTheMadness, which, uh well, stops the madness (test page here for some examples it can re-enable).

[-] xmunk@sh.itjust.works 38 points 3 weeks ago

As a super secret dev hack may I introduce you to shift + insert a fair few sites specifically block ctrl + v instead of properly disabling the clipboard action and, of course, if you read this and then submit a Jira ticket to block shift + insert... well... h8u

[-] LuycYQ2uUiTjR3yLri@sh.itjust.works 21 points 3 weeks ago

You can also drag the password in from another text field instead of pasting

[-] independantiste@sh.itjust.works 14 points 3 weeks ago

I usually to in the developer tools and manually disable the thing preventing the paste action. It's usually a string to remove some JS or something or an Event that you need to uncheck

[-] xmunk@sh.itjust.works 18 points 3 weeks ago

If you're opening up the dev tools you can also paste your string directly into <input value="" /> unless something weird is going on.

[-] KairuByte@lemmy.dbzer0.com 0 points 3 weeks ago

*Laughs in blazor*

[-] sorter_plainview@lemmy.today 6 points 3 weeks ago

Aah.. I completely forgot about that. Will try next time. Also yesterday I saw Shift + F10 will show the context menu. Yet to test it on this site.

[-] Creat@discuss.tchncs.de 17 points 3 weeks ago

Any password manager should be able to "type in" the password. Or be a browser plugin that doesn't rely on copy pasting, but use other mechanisms to inject it directly into the field.

But yes, if that's their online portal, I am not kidding I would change banks.

[-] stealth_cookies@lemmy.world 32 points 3 weeks ago

My bank's password used to have to be exactly 6 characters, no special characters and you could use numbers and letters interchangeably because it was also your phone banking password.

[-] hushable@lemmy.world 43 points 3 weeks ago* (last edited 3 weeks ago)

a previous bank used to have a max password length of 8 characters, then proudly announced that they will increase it to 32

Then I made a typo at the end of my password and it let me in anyway, and I realised they were just trimming the first 8 characters to give the illusion of security

[-] Wizard_Pope@lemmy.world 15 points 3 weeks ago

That is so insane. To think they would rather just clip the passwords instead of habing it be longer.

Did you try out your hypothesis by using the first 8 letters than just random junk until you hit your password length?

[-] hushable@lemmy.world 16 points 3 weeks ago

I tried then first N characters of my password until I found out the threshold was at 8, then I tried with the first 8 chartacters of my password and then random junk and it worked.

I also had two friends in the same bank to validate

[-] Wizard_Pope@lemmy.world 12 points 3 weeks ago
[-] Pandantic@midwest.social 4 points 3 weeks ago

And I’m honestly surprised they let you do that many password tries. I would seriously consider changing banks.

[-] DudeDudenson@lemmings.world 26 points 3 weeks ago

Visa has a hard limit of 8 and requires the first 4 to be numbers because the phone tree might require it as a password

The whole banking industry is ridiculous and is ridiculously legislated

[-] funkless_eck@sh.itjust.works 6 points 3 weeks ago

USAA has 8-12 ONLY. My smallest memorized password algorithm is 13 characters, that I typically use for throwaways, doesn't even fit.

[-] Flipper@feddit.org 19 points 3 weeks ago

The ERP software I have to use has a strict limit of 6 characters as password. Only alphabet and numbers allowed.

Maybe when I leave I try an SQL injection.

[-] ICastFist@programming.dev 9 points 3 weeks ago

Bobby tables, noooooooo!

[-] ImplyingImplications@lemmy.ca 11 points 3 weeks ago

I had to create an account on a government website. The website didn't list a character limit so I used a password manager to generate a 32 character password. My account was created but I couldn't log in. I used the "forgot my password" option and I received an email of my password in plain text. I also noticed why I couldn't log in. The password was truncated to just 20 characters. Brilliant website! Tax dollars at work!

[-] kirk781@discuss.tchncs.de 8 points 3 weeks ago

Some internet banking sites give access after only asking for login password. They will only ask for transaction password and OTP (that will only come on phone) later on. Asking for two passwords isn't necessarily more secure since many people will just reuse their original one again. And OTP instead of offering something like hardware security key is insane.

[-] IsoKiero@sopuli.xyz 5 points 3 weeks ago

My bank uses 6 digit 'customer number' (which is set by the bank) and that's verified with an app and a personal PIN (app shows 'login attempt ABCD at mm.dd. hh:mm' where ABCD is shown on login page too) or via SMS OTP (again with 'ABCD' verification). And again with personal pin + app or OTP to confirm transactions. The app itself can be protected with a fingerprint or phone pin and every new installation needs to be registered to the system, so I can't just use my phone app to access my wifes account (or anyone elses) but I still can map multiple accounts (like corporate ones) to the same installation.

I think that's pretty reasonable approach.

[-] Appoxo@lemmy.dbzer0.com 3 points 3 weeks ago

Reason why I took a hardware tan generator versus using the OTP function of one of their other apps.
Thanks but no, I will use the old crusty method as I know how easy that's hacked.

[-] ech@lemm.ee 5 points 3 weeks ago

They can't even properly check their copy on critical infrastructure. Top notch work over there, top to bottom.

[-] FiskFisk33@startrek.website 3 points 3 weeks ago

seriously, I've never seen a bank with password login to begin with. Every bank i know of uses physical devices that you type a code into

[-] WalrusDragonOnABike@lemmy.today 7 points 3 weeks ago

Never heard of this. Where is this at? :o

[-] FiskFisk33@startrek.website 9 points 3 weeks ago

Sweden. The little keyfob thingies have been the thing for many decades here, I would guess ever since the dawn of internet banking, but I'd have to ask my parents instead of just assuming. I used to assume that was just normal for banks in the world at large. When you want to log in, the website gives you a code, you type the code into the fob and it responds with another code you type in to the website.

Nowadays they additionally offer login via BankID, a mobile app used throughout Sweden for personal online identification.

[-] Successful_Try543@feddit.org 8 points 3 weeks ago* (last edited 3 weeks ago)

As a German, when living in Sweden, I was (and still am) very impressed, how widespread the use of (Mobile) Bank ID, beside the use of the personal ID number (As a male German, the state has assigned me at least three different ones without requiring any interaction.) for basically everything, is.

In Germany, before introducing a second electronic way of authentication for online (or phone) banking, it was done by a chosen password and a TAN (transaction number) from a list that you regularly got sent by mail in a special envelope. Later it was replaced by that "thingy", a mobile TAN generator, or push TAN via SMS.

[-] trolololol@lemmy.world 4 points 3 weeks ago

OMG the special envelope seems to make it specially easier for people to steal just the right mail

[-] Successful_Try543@feddit.org 5 points 3 weeks ago

It was not special from the outside, but from the inside. It was either the envelope or the TAN list that was printed with a special pattern to prevent reading the list by using a flashlight.

[-] Wizard_Pope@lemmy.world 4 points 3 weeks ago

I want this so bad now.

[-] WalrusDragonOnABike@lemmy.today 3 points 3 weeks ago

OTP for 2FA has just started becoming common here (US) within the last decade I think. Each bank has its own separate app and many banks seem to limit password lengths to less than other websites.

[-] stoy@lemmy.zip 3 points 3 weeks ago

It is insane that any internet banking portal still uses a static password.

[-] morrowind@lemmy.ml 10 points 3 weeks ago

wdym? What's a dynamic password?

[-] xmunk@sh.itjust.works 9 points 3 weeks ago

A rotating code key - a lot of banks these days will give you a fob to enter a rotating proof of ownership off of along with your password.

[-] rtxn@lemmy.world 5 points 3 weeks ago

Time-based one-time passwords. It's been used for years for multi-factor authentication.

https://en.wikipedia.org/wiki/Time-based_one-time_password

[-] morrowind@lemmy.ml 6 points 3 weeks ago

Yeah, multi factor, that means you still have a regular password as well as the totp.

[-] Swedneck@discuss.tchncs.de 1 points 3 weeks ago

that was one example of where they are used lol

[-] stoy@lemmy.zip 2 points 3 weeks ago
[-] Successful_Try543@feddit.org 4 points 3 weeks ago* (last edited 3 weeks ago)

At least it should not, in many countries must not, be the only measure.
I once encountered an OR in the requirements: Capital letters, small letters and digits OR special characters.

this post was submitted on 09 Sep 2024
591 points (99.5% liked)

Programmer Humor

19315 readers
55 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS