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

.NET (Core and Framework)

 
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 
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 
Simple answer: don't.

You're adding a password to the site because you want to protect the user's data. You want to add client-side hashing of the user's password in case someone is intercepting the traffic between the client and the server. But if someone is intercepting the traffic, then they can just read the user's data as they request it. They can also hijack the user's session and authentication cookies, and perform whatever action they want on your site.

To properly protect the communication between the client and the server, you need to install an SSL certificate and ensure that your site is only accessible over HTTPS. (Depending on the nature of your site, you might be able to get away with a free certificate from StartSSL[^].)

Once your site is protected with SSL, you don't need to worry about hashing the password on the client-side.



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


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 
GeneralRe: .Net Remotting and SQL connection Pin
Eddy Vluggen14-Aug-14 2:57
professionalEddy Vluggen14-Aug-14 2:57 
GeneralRe: .Net Remotting and SQL connection Pin
sankarsan parida27-Aug-14 20:47
professionalsankarsan parida27-Aug-14 20:47 

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.