Click here to Skip to main content
15,906,094 members
Home / Discussions / C#
   

C#

 
AnswerRe: APP Projekt call a DLL Froms Projekt Pin
OriginalGriff23-Jun-18 1:54
mveOriginalGriff23-Jun-18 1:54 
GeneralRe: APP Projekt call a DLL Froms Projekt Pin
Member 1368015123-Jun-18 3:23
Member 1368015123-Jun-18 3:23 
GeneralRe: APP Projekt call a DLL Froms Projekt Pin
OriginalGriff23-Jun-18 4:01
mveOriginalGriff23-Jun-18 4:01 
QuestionC# text to speech Pin
tsi clinero22-Jun-18 14:22
tsi clinero22-Jun-18 14:22 
AnswerRe: C# text to speech Pin
OriginalGriff22-Jun-18 18:10
mveOriginalGriff22-Jun-18 18:10 
GeneralRe: C# text to speech Pin
Eric Lynch22-Jun-18 23:55
Eric Lynch22-Jun-18 23:55 
GeneralRe: C# text to speech Pin
OriginalGriff23-Jun-18 0:11
mveOriginalGriff23-Jun-18 0:11 
QuestionHow do Xamarin forms connect to SQL Server ? Pin
Member 245846721-Jun-18 21:57
Member 245846721-Jun-18 21:57 
AnswerRe: How do Xamarin forms connect to SQL Server ? Pin
Richard MacCutchan21-Jun-18 22:33
mveRichard MacCutchan21-Jun-18 22:33 
AnswerRe: How do Xamarin forms connect to SQL Server ? Pin
Pete O'Hanlon22-Jun-18 1:26
mvePete O'Hanlon22-Jun-18 1:26 
QuestionComparing hashed Passwords Pin
Kevin Marois21-Jun-18 12:29
professionalKevin Marois21-Jun-18 12:29 
AnswerRe: Comparing hashed Passwords Pin
#realJSOP21-Jun-18 13:55
professional#realJSOP21-Jun-18 13:55 
GeneralRe: Comparing hashed Passwords Pin
OriginalGriff21-Jun-18 18:41
mveOriginalGriff21-Jun-18 18:41 
GeneralRe: Comparing hashed Passwords Pin
Kevin Marois22-Jun-18 5:58
professionalKevin Marois22-Jun-18 5:58 
GeneralRe: Comparing hashed Passwords Pin
Richard Deeming22-Jun-18 6:50
mveRichard Deeming22-Jun-18 6:50 
GeneralRe: Comparing hashed Passwords Pin
#realJSOP22-Jun-18 6:55
professional#realJSOP22-Jun-18 6:55 
GeneralRe: Comparing hashed Passwords Pin
Richard Deeming22-Jun-18 7:02
mveRichard Deeming22-Jun-18 7:02 
GeneralRe: Comparing hashed Passwords Pin
Dave Kreskowiak22-Jun-18 7:12
mveDave Kreskowiak22-Jun-18 7:12 
GeneralRe: Comparing hashed Passwords Pin
#realJSOP22-Jun-18 7:18
professional#realJSOP22-Jun-18 7:18 
GeneralRe: Comparing hashed Passwords Pin
Kevin Marois22-Jun-18 7:45
professionalKevin Marois22-Jun-18 7:45 
GeneralRe: Comparing hashed Passwords Pin
#realJSOP22-Jun-18 6:54
professional#realJSOP22-Jun-18 6:54 
AnswerRe: Comparing hashed Passwords Pin
OriginalGriff21-Jun-18 18:30
mveOriginalGriff21-Jun-18 18:30 
Since you use a string for the Hash anyway, why not just call the Hash method when you need to verify and then directly compare the strings? That way, any future changes to the password system will still work as well as not duplicating code and introducing a potential source of error?
Sent from my Amstrad PC 1640
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
AntiTwitter: @DalekDave is now a follower!

GeneralRe: Comparing hashed Passwords Pin
Richard Deeming21-Jun-18 23:54
mveRichard Deeming21-Jun-18 23:54 
AnswerRe: Comparing hashed Passwords Pin
Richard Deeming22-Jun-18 0:04
mveRichard Deeming22-Jun-18 0:04 
GeneralRe: Comparing hashed Passwords Pin
Kevin Marois22-Jun-18 5:59
professionalKevin Marois22-Jun-18 5:59 

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.