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
-
mundo0349798yYou tried to place a space it it twice, after being told it is not allowed. Very rebel, much anarchist, wow.
-
nocgod17588y@crisz three passwords should not be kept in plain text, he would not know you cursed him...
-
nocgod17588y@matsaki95 they should be salted and hashed with a good crypto hash... It should be very hard if not impossible to do that... Crypto hashes are hard to break...
-
nolim1t398yI hate maximum password lengths and also limitations on what sort of special characters you use.
banking and government sites are the biggest culprits!!! -
timurtu578yI basically hash whatever it is if it's over 6 chars when I build a user account system
-
Can anyone explain what the fuck the 16char limit is all about? If i want to use a hash as my password, don't make me cut parts from it to do so! Long==good
-
@Charmgoggles so microsoft has bad security then? Neat (hotmail is one offender, paypal and ebay are next, google is fine)
-
@Bacontaskmaster probably not then. If you use a hash of the password the password length shouldn't matter since the hash is a fixed length. But I'm no security specialist
-
@Bacontaskmaster long passwords are not necessarily good. It depends on how many different characters you use and then what your PW is actually made up of
https://youtu.be/3NjQ9b3pgIg -
@Krokoklemme well, random numbers and letters. All lowercase, sure, but it will not be broken by brute force unless you have time to dump an md5 rainbow table in a password field. At which point you are better off brute forcing it.
Related Rants
Creating a new account is always fun...
"This Is My Secure Password" <-- Sorry, no spaces allowed.
"ThisIsMySecurePassword" <-- Sorry, Passwords must include a number
"ThisIsMySecurePassword1" <-- Sorry, Passwords must include a special character
"ThisIsMySecurePassword 1" <-- Sorry, no spaces allowed
"ThisIsMySecurePassword%1" <-- Sorry, the % character is not allowed
"ThisIsMySecurePassword_1" <-- Sorry, passwords must be shorter than 16 characters
"Fuck" <-- Sorry, passwords must longer than 6 characters
"Fuck_it" <-- Sorry, passwords can't contain bad language
"Password_1" <-- Accepted.
undefined
account
password
security