Click here to Skip to main content
15,881,248 members

Comments by John B Oliver (Top 18 by date)

John B Oliver 18-Aug-15 18:22pm View    
Reason for my vote of 1 \n This is not an article.
There is absolutely no information about how the algorithms work.
John B Oliver 16-Feb-15 16:03pm View    
Reason for my vote of 1 \n "It is best practice to use Base64String to interchange the user credentials". Ummm what? At No stage should Base64 be used for transport of user credentials.
Then you mention "so there are chances that vulnerable people can hack the username and passwords" in the Risk section. Everyone using a web site that implements Base 64 encoding of user credentials over HTTP are vulnerable - EVERYONE

Your only saving grace was the final section of you document - Risk although this should be at the very start of the article not at the end.
John B Oliver 6-Oct-14 17:45pm View    
Reason for my vote of 5 \n Nice little tip.
Although, by god, those images are just insane!
John B Oliver 19-Mar-14 17:19pm View    
Reason for my vote of 5 \n Just because of the awesome reference to TPB!
John B Oliver 6-Jan-14 17:06pm View    
Reason for my vote of 1 \n Using multiple projects means you do not have to compile the entire code base for a single code change; rather, only those projects that are dependant upon the project being modified need to be compiled.
This can greatly decrease the time it takes to compile large solutions.