Click here to Skip to main content
16,009,238 members
Home / Discussions / C#
   

C#

 
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 
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 
If it works from the console, but not when you retrieve the hashed password from the database, then there must be something wrong with the value stored in the database.

Try creating a hash, storing it in the database, and then immediately reading it back to see if the retrieved value matches the generated value.



"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer

GeneralRe: Comparing hashed Passwords Pin
Kevin Marois22-Jun-18 5:59
professionalKevin Marois22-Jun-18 5:59 
GeneralRe: Comparing hashed Passwords Pin
Richard Deeming22-Jun-18 6:51
mveRichard Deeming22-Jun-18 6:51 
GeneralRe: Comparing hashed Passwords Pin
Kevin Marois22-Jun-18 7:55
professionalKevin Marois22-Jun-18 7:55 

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.