Click here to Skip to main content
15,920,383 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Password De-Complexity Pin
dandy721-Dec-16 3:24
dandy721-Dec-16 3:24 
GeneralRe: Password De-Complexity Pin
Nish Nishant1-Dec-16 3:27
sitebuilderNish Nishant1-Dec-16 3:27 
GeneralRe: Password De-Complexity Pin
dandy721-Dec-16 3:37
dandy721-Dec-16 3:37 
GeneralRe: Password De-Complexity Pin
lopatir30-Nov-16 3:50
lopatir30-Nov-16 3:50 
GeneralRe: Password De-Complexity Pin
Nish Nishant30-Nov-16 3:51
sitebuilderNish Nishant30-Nov-16 3:51 
JokeRe: Password De-Complexity Pin
Foothill30-Nov-16 4:42
professionalFoothill30-Nov-16 4:42 
AnswerRe: Password De-Complexity Pin
Kirill Illenseer30-Nov-16 20:49
Kirill Illenseer30-Nov-16 20:49 
AnswerRe: Password De-Complexity Pin
englebart1-Dec-16 2:11
professionalenglebart1-Dec-16 2:11 
Not allowing special characters helps a little bit with all of the rules in the linked article. The article is about XSS only. Then there could be SQL injections, command line injections, etc. on top of this.

For maintainability due to XSS, if one developer encodes something in the context of an HTML attribute, and then another developer refactors it and moves the same information into a hidden HTML element or a javascript code block, the second developer better update all of the different encoding rules! This applies to both server and client side code dealing with the data.

XSS (Cross Site Scripting) Prevention Cheat Sheet - OWASP[^]
AnswerRe: Password De-Complexity Pin
Gerry Schmitz1-Dec-16 23:04
mveGerry Schmitz1-Dec-16 23:04 
GeneralCreativity Applied: Thought of the Day Pin
W Balboos, GHB30-Nov-16 0:27
W Balboos, GHB30-Nov-16 0:27 
GeneralRe: Creativity Applied: Thought of the Day Pin
CDP180230-Nov-16 0:33
CDP180230-Nov-16 0:33 
GeneralRe: Creativity Applied: Thought of the Day Pin
OriginalGriff30-Nov-16 0:36
mveOriginalGriff30-Nov-16 0:36 
GeneralRe: Creativity Applied: Thought of the Day Pin
CDP180230-Nov-16 0:45
CDP180230-Nov-16 0:45 
GeneralRe: Creativity Applied: Thought of the Day Pin
W Balboos, GHB30-Nov-16 0:38
W Balboos, GHB30-Nov-16 0:38 
GeneralRe: Creativity Applied: Thought of the Day Pin
Kornfeld Eliyahu Peter30-Nov-16 0:54
professionalKornfeld Eliyahu Peter30-Nov-16 0:54 
GeneralRe: Creativity Applied: Thought of the Day Pin
CDP180230-Nov-16 1:00
CDP180230-Nov-16 1:00 
GeneralRe: Creativity Applied: Thought of the Day Pin
W Balboos, GHB30-Nov-16 2:20
W Balboos, GHB30-Nov-16 2:20 
GeneralRe: Creativity Applied: Thought of the Day Pin
Daniel Pfeffer30-Nov-16 1:25
professionalDaniel Pfeffer30-Nov-16 1:25 
GeneralRe: Creativity Applied: Thought of the Day Pin
BillWoodruff30-Nov-16 6:32
professionalBillWoodruff30-Nov-16 6:32 
GeneralWhich reason my question is deleted for? Pin
Farhad Reza29-Nov-16 22:19
Farhad Reza29-Nov-16 22:19 
GeneralRe: Which reason my question is deleted for? Pin
OriginalGriff29-Nov-16 22:37
mveOriginalGriff29-Nov-16 22:37 
GeneralRe: Which reason my question is deleted for? Pin
glennPattonWork329-Nov-16 22:38
professionalglennPattonWork329-Nov-16 22:38 
GeneralRe: Which reason my question is deleted for? Pin
Rajesh R Subramanian29-Nov-16 23:12
professionalRajesh R Subramanian29-Nov-16 23:12 
GeneralRe: Which reason my question is deleted for? Pin
OriginalGriff29-Nov-16 23:24
mveOriginalGriff29-Nov-16 23:24 
GeneralRe: Which reason my question is deleted for? Pin
HobbyProggy29-Nov-16 23:45
professionalHobbyProggy29-Nov-16 23:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.