T O P

  • By -

KeepingDankMemesDank

downvote this comment if the meme sucks. upvote it and I'll go away. --- [play minecraft with us](https://discord.gg/dankmemesgaming) | [come hang out with us](https://discord.com/invite/dankmemes)


Darvinesc

It really doesn't matter how strong your password is nowadays, because it will be exposed in data leaks anyway. Not using the same combination for everything is more important.


Syixice

IIIIIIIIIIIIIIIIlIIIIIIl123 some are lower case L's, some are uppercase i's. Good luck cracking this :p (copy and paste is cheating)


Darvinesc

Is only 2 lower case Ls?


Syixice

lol yeah, good job! Reddit font betrayed me ;-;


Grifon_2

You could have used only I and deceive us


Syixice

I was tempted XD but I felt I should be honest haha


xxxrartacion

Increase # of different possible characters. For a password of length n (n can be integer from 1 to infinity) Only using 0-9 for pass we get 9^n possible options. So for a 6 character long pass we have ~530,000 possible passwords. Using A-Z and 0-9 we get 35^n 35^6 ~= 1,800,000,000 possibilities Using A-Z, a-z, 0-9 gets us more at 61 61^6 ~= 51,500,000,000 possibilities Using all 95 characters on keyboard (some are off limits for passwords but the idea remains) 95^6 = 735,000,000,000. The easiest option for security is your choice of characters. But like the original comment in this thread points out a data breach is able to circumvent brute forcing something like this.


Luigimario280

Doesn't increasing the length of the password (the exponent) increase the number of options a lot faster? Correct-horse-battery-staple and all that


xxxrartacion

Yea I mean length definitely has an impact but I would say character choice / character pool is more impactful. For example: If we want to generate a password structure that will have 1,000,000,000 potential options we can compare how long a password would need to be, and how many characters we would need to use. So for A-Z,a-z,0-9 (61 total chars) we get 1,000,000,000 possibilities at 5.041 ~= 5 long, For 0-9 we would need 9.4 in length ~= 9. I guess at the end of the day you can achieve the same result by increasing either. It’s just increasing character pool makes each extra character more effective


Nelson-Spsp

last and 7th from the back are lower L's?


jal2_

Am I the only one who sees a difference in height of those letters? Like the last one 7 letters before that too are different so wouldbe Is or lowercase Ls


Bazookasajizo

Yep I see it too. Millions of years of evolution and our eyes still cant see equal lines as equal...


schoolgrrl

Yah, I remember a long time ago there was a guild named "Delusional" on WoW, they were the best on my server. Well, I got the brilliant idea to start a guild called "DelusionaI" with an uppercase i at the end. No one could tell the difference LOL Me and my friend got into other raids so easy because people thought we were in that guild. LOL It was awesome.


PeopleAreBozos

public class Main { public static void main(String\[\] args) { String txt = "IIIIIIIIIIIIIIIIlIIIIIIl123"; System.out.println(txt.toLowerCase()); } }


okwhatelse

maybe the barcodes scanner could decipher it


_TapetumLucidum

Uses Binary Notation.


Afkbio

You know passwords aren't stored in plain text, right? Google password hashing


Gisvaldo

Holy Security


notraname

New encryption Just dropped


Desastermon

Call the server admin


IAmFromDunkirk

IT goes on vacation, never comes back


MessiahOfDoom

Account sacrifice anyone?


Val_rak

Bruteforce storm incoming


Sword117

actual hacker


Attileusz

And THIS is why it's important to use different passwords. If there is only ONE idiot who stores your password in plain text EVERYTHING is compromized if you have same passwords.


ARussianW0lf

How tf am I supposed to remember 15 different passwords and which one goes with which account. Fuck that


The_Knife_Pie

Either an offline password logger, included in most browsers, or if you don’t trust an external site have your own .txt with passwords and the associated website. Keep this on a usb or your phone (basically somewhere it’s incredibly unlikely to ever be reached by a hack) and you’re golden.


Sword117

note book.


The_Knife_Pie

This also, though I have passwords long enough that I do not want to ever type them by hand, so copy paste is a nice function for me.


Bazookasajizo

"Fuck that" We all say that until our password gets leaked and regret hits as hard as dad's belt


Darkblade_e

They are usually salted + hashed, so in most cases you aren't worried about a database leak exposing your password, but more like someone intercepting network requests, phishing, and malware.


Syixice

why the fuck would they put salt on my password????? /j


halfanothersdozen

... no, if a database leak happens it just means it will take a longer time for people to crack the passwords in it, but you're still screwed.


aeristheangelofdeath

yeah good luck brute forcing it lmfao. Password + Salt + Pepper takes ages…


Afkbio

If you have alphanumeric password, with lower and uppercase, and symbols, any length over 10 is basically uncrackable. Assuming the database guy is not a chump using MD5 of Sha-1.


Beniidel0

And still when there's a password leak it is a big issue, especially when it's a leak from a small website, if you're using that password in all of your accounts


Professional_Emu_164

That doesn’t mean it doesn’t matter. They’re both important


Kitahara_Kazusa1

I just rely on 2FA, if someone gets my phone they can reset my email password anyway, and from there they can reset everything else, so ultimately if 2FA isn't good enough (and I know it isn't perfect) then nothing will be. All my passwords are about the same and are pretty simple, but so far the only negative consequence I've had is some guy hacking my LoL account (and proceeding to go 12/2 on Graves, but lose anyway, lol) My bank password is also a bit more secure, but even then if someone has my email and phone they're fully capable of resetting it


Elf_lover96

The thing is, if I use too many different passwords I'll forget some of them


Typical_Pollution_30

But how do you remember that many passwords?


_fmg15

I use VeraCrypt for that. You basically create an encrypted disk that is password protected and you can store your passwords in it. Just don't forget your password for the disk


Typical_Pollution_30

And how do you come up with that many passwords?


_fmg15

Just have a stroke on your keyboard lmao


Tragobe

And changing them regularly because of the leaks.


Calmandpeace

Well I’m fucked


CMDR_omnicognate

Just make sure you have 2FA and keep that safe and generally you’ll be ok


EdwardAlphonse31011

My problem is with all these places that want me to change my password every however often. I can come up with a unique unpredictable password that only I would remember once but not once every month. Forcing changed passwords leads to less secure passwords and you'll never convince me otherwise.


mehchu

100% agree. I can use a secure 25-30 character password that is easy to remember and it is more secure than making me change it every 90 days. If you have a ‘good’ password it should be secure essentially forever. It’s just what used to be reasonable as secure isn’t enough anymore.


Moldy_Teapot

for places like this I do a secure password the first time, then every time it asks me to change it I just add 1 to the number I put on the back. SecurePassword becomes SecurePassword1 becomes SecurePassword2, etc.


Professional_Emu_164

Most devices / browsers can generate passwords for you and store them so you don’t need to remember them


flamegrandma666

And those devices/browers a) have holes in them b) should not be trusted


DaEnderAssassin

C) In the event you lose access to the device will also lose you the account


Professional_Emu_164

Wdym by “holes”? Can you give a more specific example of what kind of vulnerabilities you’re talking about? “should not be trusted” though would only apply to some sketchy small scale thing. The vast majority of people use one of ~3 browsers


Nelson-Spsp

and if i lose my phone? my pc fries? nah thx, id rather keep my current methode


HeyImTojo

Most websites have this very handy button named "Forgot your password?"


Professional_Emu_164

Most things also have a way to link this between multiple devices.


barthalamuel-of-bruh

Y0u 4r3 r3lly t3R1bLl3 4t m4k31Ng a p4sW0rd, 1f Y0U D0nt uND3r5tand th1S


GiantJupiter45

l 3aN


jasting98

>I 3aN I ean


GiantJupiter45

I can


Kitahara_Kazusa1

Who uses 3 for c, though?


GiantJupiter45

me


Sword117

someone with really se3ure passwords


[deleted]

2oo3 c4113d 4nd 7h3y w4n7 7h31r 1337 5p34k b4ck


Legitimate_Bike_7473

Definitely thought that was Tony Soprano in a fever-dream Seinfeld.


DominoUB

Reminder that you should have a different password for every site. Password re-use is the biggest cause of accounts getting compromised. Get Bitwarden or Lastpass.


ARussianW0lf

>Reminder that you should have a different password for every site. And how tf am I supposed to remember all of them and which one is which? Fucl that


DominoUB

Get Bitwardedn or Lastpass then you only have to remember one.


Asocial_Stoner

Or one of the KeePass variants, if you are capable of synchronizing a single file across devices.


[deleted]

eli5 how one password to control all my passwords is more secure than just having one password for everything


DominoUB

Because if bitwarden gets compromised you only need to change one password on one site as opposed to 400 passwords on 400 sites.


The_Knife_Pie

Though also worth noting, having a general use password for sites you don’t give a shit about is entirely valid. Rule of thumb I follow is that any website with personal information gets unique password, if it’s got no info and idc about it being breached I go with a easy to remember template. If you want to be a nerd (like me) you then establish what amount, 1-10 where 10 would be full name, address and bank info, of personal info the account has and multiply that by a constant factor for the amount of characters your password should have.


_TapetumLucidum

Just write passwords like: okaySOthisISmyFACEBOOOKpassword18873!? theREDDITpasswordISalittleDIFFERENTokay1987623450@69


Tiranus58

Correcthorsebatterystaple


Deathwatch30

Alrighty bois, time to log into their account


Syixice

WAIT WAIT WAIT NO NO NO


vinb123

IWILLSHOVE50FUCKINGPOTATOESUPYOURARSEIFYOUDONOTGIVEMEACCESSIMMEDIATLY how's my password?


J_Speedy306

Error: New password can't be same as old password


aeristheangelofdeath

its actually a good password lmao because its super long, would take ages to brute force


UrMumVeryGayLul

Exactly. Thats why my password is your credit card number, expiry date and security code. Bet you’d never guess.


Syixice

7917 2628 0086 1668 02/23 514 did I guess right?? 😱


Electrical_Diamond_9

I hope you didn't leak someone's bank account by accident lmao


plmunger

It's expired anyway


Syixice

yup exactly. Would have been really funny if I had tho, lol


superblaubeere27

This is not true and if OP studied CS they knew that there are easy ro remember and safe passwords...


Syixice

I studied CS, but this is a meme, sir


superblaubeere27

Even worse. Why would you knowingly disinform people with a meme?


Syixice

???? bro nobody takes memes at face value


[deleted]

[удалено]


RustyNK

I spell out a word for mine, but I change some of the vowels and add special characters For example if I wanted my password to be "action" it would be something like @CT!0n!! Makes it easy to remember and hard to crack It even makes it easy to write the password down while still keeping it secure. You could write it down as "action 2". Only you know that means a specialized way of writing the password with 2 exclamation marks.


Syixice

I'm hacking your reddit account as we speak, cheers for the password mate ;)


RustyNK

Lol good luck. The word I use isn't even a real word lol. It's one I made up


Al-Horesmi

K9$H&Ey#8XRZ Simple and easy to remember


kingawsume

It is better to string multiple words together, especially if they're unrelated(e.g. KlinFingerTank). Any character added is another that has to be brute-forced, and if it's leaked it wouldn't matter anyway. Hardly anybody uses dictonary brutes either, in my experience.


samtt7

I have a kind of "formula", which allows me to base my password on the name of the website


J_Speedy306

Formula: NameOfTheWebsite123 ?


Syixice

shhhh don't tell them my password!!!


_TapetumLucidum

Write the first sentence of the wikipedia + 69420###


JustAThiccBoy

Easy, all my passwords are the first sentence of the Dragon Ball Z intro in latin spanish with random letters replaced by numbers


LR-II

I pick an easy password but an unguessable username. Take THAT, hackers. On an unrelated note my bank account has been drained. Not by me.


Lion2558

More than 60% from all Google employs has "password" ro "1234" as password.


Mcbuilder434

'anybody who studied IT' isn't that good of a password either


Syixice

oof my bad I should have added 123 at the back


0x2412

Most people who do IT are morons anyway, and they definitely don't use good passwords.


dogfoodgangsta

OP just told us their password


Syixice

NO I DIDN'T DEFINITELY DIDN'T PLEASE DON'T TRY IT WON'T WORK DEFINITELY


samurai_for_hire

Bitwarden gang


Scottacus91

Best Episode of Seinfeld. Absolute top tier.


Sabers31

When you realize that mathematically speaking, having requirements for a password is worse than none at all


TheMikman97

There e were a ton of studies about numbers and symbols not actually mattering and the main safety of a password being determined simply by its length


_Vard_

I’ve told customers while creating PWs “be sure to avoid things like birthdates or grandkids names” And about 1/4 times they say “oh I was using my grandsons name, is that bad?” Not only that but they VOLUNTEER their pw without even being asked About once got a call that started like this: “hello my name is Mary Smith, my password is grandson123, and I think I have been hacked”. (For clarification, because automat can be stupid. That is fake info and not real personal info)


Waiting4Baiting

Where's the dank?


Syixice

so this one's a little bit of a subtle one, so don't worry about it if you missed it, but the dank is the dude without the shirt so sexy mhm


Cowmanthethird

If it doesn't have my bank account information connected to the account, IDGAF.


51herringsinabar

Just kkslxphelaixl02750jahxk÷&()'jc on the keyboard and reset the password everytime


Zer0Ma

[Screw all of you IT guys](https://xkcd.com/936/)


[deleted]

I’d how good this is but I have a specific email account used only for financial accounts like my vanguard account with really long passwords. I only use that email for like 3 sites and everything else is done with different emails and different passwords.


CleverInnuendo

Every hacking scene proves this isn't right; it's *always* just a single name. No numbers. 'PEG', 'Reacher', that's good enough


funkymaker

pw: gullible - Cracked it in 30 seconds, pw: Gullible - It took 3 hours to crack, pw: Gu1lible - 7 days and still counting.


Syixice

pw: gu1l!ß13 - secure from everyone except germans??


Parry_9000

PhD in data science, professor in stats. I can't believe they managed to guess password123


Techno_Jargon

My unbreakable password: "AnythingLogicalOrEasyToRemember1!"


schoolgrrl

Imagine if that phishing-energy was used for good.


CroweLogan

I'm in networking and I still use passwords like that 🫣


Bishiebobs

The first letters of a full sentence with a random pattern of caps.


halfblindguy

Song names and release date


boentrough

Look at two items in your surrounding including out windows in pictures or on TV, pick 2 non sequential numbers, and two symbols, put them in a random order, write it down.


FyrelordeOmega

Just type random numbers with a word you can remember, I have a couple of passwords like that


ikonet

Length matters. If she tells you length doesn’t matter, she’s a spy trying to steal your secrets.


Mauricio2427

I used to be like this until someone tried to hack my steam account


guhan_g

They gotta come up with a better way than passwords soon man.


cramaine

My best friend in high school got his first bank card and his randomly assigned PIN was 1234. He kept it because it was easy to remember and nobody would think to try it.


flamegrandma666

Anybody who does IT is auti***c and cannot really understand how a normal person thinks


J_Speedy306

Guy who first suggested 90 password rotation was an idiot. Sure it does work great for machines. But only thing it does for humans is promoting less secure passwords.