Click here to Skip to main content
15,908,274 members
Home / Discussions / C#
   

C#

 
GeneralRe: Is it a good practice to create models with Interfaces and not having a concrete implementation of the same. Pin
Pete O'Hanlon28-Jun-18 1:45
mvePete O'Hanlon28-Jun-18 1:45 
QuestionComparing Hashed Passwords - Part 2 Pin
Kevin Marois24-Jun-18 19:02
professionalKevin Marois24-Jun-18 19:02 
So after my last post on this I did some research and now I have a question.

From what I can see the idea is to Hash the password, then store it to the DB. Next, you Hash a string and compare it to the stored value. This is all done on the server where it's most secure.

The part I'm questioning is that it seems that you have to pass the PLAIN TEXT password to the back end to do the comparing.

What's the right way to do this?

Thanks
If it's not broken, fix it until it is.
Everything makes sense in someone's mind.
Ya can't fix stupid.

AnswerRe: Comparing Hashed Passwords - Part 2 Pin
OriginalGriff24-Jun-18 19:51
mveOriginalGriff24-Jun-18 19:51 
GeneralRe: Comparing Hashed Passwords - Part 2 Pin
#realJSOP27-Jun-18 1:25
professional#realJSOP27-Jun-18 1:25 
GeneralRe: Comparing Hashed Passwords - Part 2 Pin
OriginalGriff27-Jun-18 1:30
mveOriginalGriff27-Jun-18 1:30 
GeneralRe: Comparing Hashed Passwords - Part 2 Pin
Richard Deeming27-Jun-18 1:30
mveRichard Deeming27-Jun-18 1:30 
GeneralRe: Comparing Hashed Passwords - Part 2 Pin
#realJSOP27-Jun-18 3:59
professional#realJSOP27-Jun-18 3:59 
GeneralRe: Comparing Hashed Passwords - Part 2 Pin
Richard Deeming27-Jun-18 4:02
mveRichard Deeming27-Jun-18 4:02 
GeneralRe: Comparing Hashed Passwords - Part 2 Pin
#realJSOP27-Jun-18 4:29
professional#realJSOP27-Jun-18 4:29 
GeneralRe: Comparing Hashed Passwords - Part 2 Pin
Richard Deeming27-Jun-18 4:38
mveRichard Deeming27-Jun-18 4:38 
GeneralRe: Comparing Hashed Passwords - Part 2 Pin
#realJSOP27-Jun-18 5:19
professional#realJSOP27-Jun-18 5:19 
GeneralRe: Comparing Hashed Passwords - Part 2 Pin
Richard Deeming27-Jun-18 5:25
mveRichard Deeming27-Jun-18 5:25 
GeneralRe: Comparing Hashed Passwords - Part 2 Pin
OriginalGriff27-Jun-18 5:37
mveOriginalGriff27-Jun-18 5:37 
QuestionRe: Comparing Hashed Passwords - Part 2 Pin
Eddy Vluggen27-Jun-18 4:27
professionalEddy Vluggen27-Jun-18 4:27 
AnswerRe: Comparing Hashed Passwords - Part 2 Pin
#realJSOP27-Jun-18 4:28
professional#realJSOP27-Jun-18 4:28 
GeneralRe: Comparing Hashed Passwords - Part 2 Pin
Eddy Vluggen27-Jun-18 4:38
professionalEddy Vluggen27-Jun-18 4:38 
GeneralRe: Comparing Hashed Passwords - Part 2 Pin
Joe Woodbury28-Jun-18 6:00
professionalJoe Woodbury28-Jun-18 6:00 
AnswerRe: Comparing Hashed Passwords - Part 2 Pin
Eddy Vluggen24-Jun-18 23:18
professionalEddy Vluggen24-Jun-18 23:18 
AnswerRe: Comparing Hashed Passwords - Part 2 Pin
RichardGrimmer26-Jun-18 5:28
RichardGrimmer26-Jun-18 5:28 
QuestionRun a C# code in Visual Studio or SharpDevelop Pin
Member 1388484424-Jun-18 7:41
Member 1388484424-Jun-18 7:41 
AnswerRe: Run a C# code in Visual Studio or SharpDevelop Pin
Pete O'Hanlon24-Jun-18 9:58
mvePete O'Hanlon24-Jun-18 9:58 
QuestionHow to install android ndk for visual studio 2015 ? Pin
Member 245846723-Jun-18 14:07
Member 245846723-Jun-18 14:07 
AnswerRe: How to install android ndk for visual studio 2015 ? Pin
Richard MacCutchan23-Jun-18 21:09
mveRichard MacCutchan23-Jun-18 21:09 
GeneralRe: How to install android ndk for visual studio 2015 ? Pin
Member 245846724-Jun-18 17:45
Member 245846724-Jun-18 17:45 
GeneralRe: How to install android ndk for visual studio 2015 ? Pin
Richard MacCutchan24-Jun-18 21:01
mveRichard MacCutchan24-Jun-18 21:01 

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.