RE: Coding competition 12-16-2013, 06:34 AM
#21
(12-16-2013, 05:55 AM)Adorapuff Wrote: A login system isn't hard, a secure login system on the otherhand...
Well what are you going to go for if this is a challenge? A login system similar to:
Code:
if ($pass = plaintext) ...Or the latter? There's tons of examples of secure versions in various languages already out there btw, it wouldn't be hard for someone's submission to be similar, and yet remain unique, because in some languages there is a known and common way of making a secure login system and it's been implemented in tons of different styles all across the board, and in other languages there isn't really a common standard. That's the difference between PHP and C++ for instance.
How do you compare such a thing too?--If this thread see's solutions in PHP and C++ and .NET for instance? The methods are going to be so far spread that you couldn't compare these.
In my opinion, this challenge should be to solve for a unified solution, not something that will vary by such vast differences.
-- cxS
[ Haskell/.NET/C/C++ - Software Engineer ]
![[+]](https://sinister.ly/images/modern/collapse_collapsed.png)




