Click here to Skip to main content
15,884,628 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Localization based on namespace Pin
Moreno Airoldi1-Sep-14 2:51
Moreno Airoldi1-Sep-14 2:51 
AnswerRe: Localization based on namespace Pin
jschell29-Aug-14 8:00
jschell29-Aug-14 8:00 
GeneralRe: Localization based on namespace Pin
Eddy Vluggen29-Aug-14 11:55
professionalEddy Vluggen29-Aug-14 11:55 
GeneralRe: Localization based on namespace Pin
Moreno Airoldi1-Sep-14 2:55
Moreno Airoldi1-Sep-14 2:55 
QuestionHosting a small dot net app and SQL Server Express db Pin
MarkB12327-Aug-14 21:41
MarkB12327-Aug-14 21:41 
Question32 Bit app calling a 64 Bit .Net object - possible? Pin
Ed The C26-Aug-14 6:35
Ed The C26-Aug-14 6:35 
AnswerRe: 32 Bit app calling a 64 Bit .Net object - possible? Pin
Paulo Zemek26-Aug-14 6:48
mvaPaulo Zemek26-Aug-14 6:48 
QuestionNeed Salted MD5 technique for login Pin
demoninside921-Aug-14 19:22
demoninside921-Aug-14 19:22 
Hi all,
I need the following methods for login module and reset-password module.

a) Salted MD5 technique in „authentication or login module‟ and
b) MD5 hash technique in „change password‟ and „reset password‟ modules.

and how it should work, I write the description below.

When a client requests for the login page, the server should generates a random number, the salt, and sends it to the client along with the page. A JavaScript code on the client computes the MD5 hash of the password entered by the user. It then concatenates the salt to the hash and re-computes the MD5 hash. This result is then sent to the server. The server picks the hash of the password from its database, concatenates the salt and computes the MD5 hash. If the user entered the correct password these two hashes should match. The server compares the two and if they match, the user is authenticated.

Any reference any link which does the same.
AnswerRe: Need Salted MD5 technique for login Pin
Bernhard Hiller21-Aug-14 21:21
Bernhard Hiller21-Aug-14 21:21 
AnswerRe: Need Salted MD5 technique for login Pin
Richard Deeming22-Aug-14 2:10
mveRichard Deeming22-Aug-14 2:10 
QuestionDropTiles ASP.NET MVC Pin
Bain McKay21-Aug-14 9:17
Bain McKay21-Aug-14 9:17 
AnswerRe: DropTiles ASP.NET MVC Pin
Eddy Vluggen22-Aug-14 6:57
professionalEddy Vluggen22-Aug-14 6:57 
Questionpassword is in clear text after implementing SSL Pin
demoninside920-Aug-14 23:50
demoninside920-Aug-14 23:50 
AnswerRe: password is in clear text after implementing SSL Pin
Eddy Vluggen21-Aug-14 0:33
professionalEddy Vluggen21-Aug-14 0:33 
GeneralRe: password is in clear text after implementing SSL Pin
demoninside921-Aug-14 0:48
demoninside921-Aug-14 0:48 
GeneralRe: password is in clear text after implementing SSL Pin
Eddy Vluggen21-Aug-14 2:59
professionalEddy Vluggen21-Aug-14 2:59 
QuestionDll injection VB.NET Pin
3a©roub20-Aug-14 13:29
3a©roub20-Aug-14 13:29 
AnswerRe: Dll injection VB.NET Pin
Dave Kreskowiak20-Aug-14 13:44
mveDave Kreskowiak20-Aug-14 13:44 
AnswerRe: Dll injection VB.NET Pin
Richard MacCutchan20-Aug-14 21:24
mveRichard MacCutchan20-Aug-14 21:24 
Question.Net Remotting and SQL connection Pin
Juan Topo13-Aug-14 8:35
Juan Topo13-Aug-14 8:35 
QuestionRe: .Net Remotting and SQL connection Pin
Eddy Vluggen13-Aug-14 9:12
professionalEddy Vluggen13-Aug-14 9:12 
AnswerRe: .Net Remotting and SQL connection Pin
Juan Topo13-Aug-14 10:27
Juan Topo13-Aug-14 10:27 
GeneralRe: .Net Remotting and SQL connection Pin
Dave Kreskowiak13-Aug-14 12:29
mveDave Kreskowiak13-Aug-14 12:29 
GeneralRe: .Net Remotting and SQL connection Pin
Juan Topo14-Aug-14 1:42
Juan Topo14-Aug-14 1:42 
GeneralRe: .Net Remotting and SQL connection Pin
Juan Topo14-Aug-14 4:45
Juan Topo14-Aug-14 4:45 

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.