Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@bahua Thank god I know how to hash stuff in a database :p
@justasithlord Not really that serious, but more a brain fart on a tuesday afternoon -
bahua129046y
-
ddephor45116yForget that Hollywood bullshit of some hacker sitting in front of 300 screens, typing without pausing and then your password magically appears.
Attacks are mostly dictionary attacks or password database attacks, carried out by some software. No real person cares about your password. Even if your password gets "lost", no one will see your password and will ever care what it looks like. -
Would probably be as safe as a randomly generated password of some length, so I'd say at least way safer than any password with actual words.
If I were to change all my passwords into hashes (so take a random word and hash it, ex 'table') and then use those on various websites, would people ever guess that my password is _an actual hash_ rather than a password in hashed form if they were to see it? Would such a meta-hash be safer if 'hackers' were to find it unencrypted?
question