Click here to Skip to main content
15,881,139 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Zip code Pin
Matt U.27-Oct-14 8:14
Matt U.27-Oct-14 8:14 
GeneralRe: Zip code Pin
Richard MacCutchan27-Oct-14 8:22
mveRichard MacCutchan27-Oct-14 8:22 
GeneralRe: Zip code Pin
PIEBALDconsult27-Oct-14 8:15
mvePIEBALDconsult27-Oct-14 8:15 
AnswerRe: Zip code Pin
Kornfeld Eliyahu Peter27-Oct-14 8:15
professionalKornfeld Eliyahu Peter27-Oct-14 8:15 
AnswerRe: Zip code Pin
jkirkerx28-Oct-14 7:49
professionaljkirkerx28-Oct-14 7:49 
Questionencrypt at javascript and descrypt at server side asp.net Pin
Zeyad Jalil24-Oct-14 21:49
professionalZeyad Jalil24-Oct-14 21:49 
AnswerRe: encrypt at javascript and descrypt at server side asp.net Pin
Richard MacCutchan24-Oct-14 22:44
mveRichard MacCutchan24-Oct-14 22:44 
AnswerRe: encrypt at javascript and descrypt at server side asp.net Pin
CAReed25-Oct-14 4:31
professionalCAReed25-Oct-14 4:31 
Since the encryption key will be needed by both client and server, how will be able to share the key with both without exposing it to the hacker community at large? The answer is that you cannot, especially since the client will likely have the decryption key (or same key if you're using symmetric encryption) exposed and vulnerable.

As Richard suggested, use a hash algorithm instead, so that you can perform the same hashing on the server and then compare the hash values on the server-side. Just do a search for JavaScript hashing functions and use the corresponding algorithm built into .NET.
Christopher Reed
"The oxen are slow, but the earth is patient."

SuggestionRe: encrypt at javascript and descrypt at server side asp.net Pin
Richard Deeming27-Oct-14 3:22
mveRichard Deeming27-Oct-14 3:22 
GeneralRe: encrypt at javascript and descrypt at server side asp.net Pin
ZurdoDev29-Oct-14 10:08
professionalZurdoDev29-Oct-14 10:08 
Question<asp:Textbox> Width is not working Pin
murali_utr23-Oct-14 20:53
murali_utr23-Oct-14 20:53 
AnswerRe: <asp:Textbox> Width is not working Pin
SumitChandra23-Oct-14 23:08
SumitChandra23-Oct-14 23:08 
GeneralRe: <asp:Textbox> Width is not working Pin
murali_utr24-Oct-14 1:01
murali_utr24-Oct-14 1:01 
GeneralRe: <asp:Textbox> Width is not working Pin
SumitChandra25-Oct-14 21:03
SumitChandra25-Oct-14 21:03 
GeneralRe: <asp:Textbox> Width is not working Pin
Member 228465425-Oct-14 20:55
Member 228465425-Oct-14 20:55 
AnswerRe: <asp:Textbox> Width is not working Pin
Richard Deeming24-Oct-14 1:58
mveRichard Deeming24-Oct-14 1:58 
AnswerRe: <asp:Textbox> Width is not working Pin
Arunima Panda28-Oct-14 2:13
Arunima Panda28-Oct-14 2:13 
AnswerRe: <asp:Textbox> Width is not working Pin
RA|-|UL PATEL5-Nov-14 1:43
RA|-|UL PATEL5-Nov-14 1:43 
QuestionHow to add a number to Left top Of a td Element Pin
mhd.sbt23-Oct-14 10:03
mhd.sbt23-Oct-14 10:03 
AnswerRe: How to add a number to Left top Of a td Element Pin
jkirkerx23-Oct-14 12:50
professionaljkirkerx23-Oct-14 12:50 
AnswerRe: How to add a number to Left top Of a td Element Pin
Swinkaran26-Oct-14 17:32
professionalSwinkaran26-Oct-14 17:32 
GeneralRe: How to add a number to Left top Of a td Element Pin
mhd.sbt29-Oct-14 8:17
mhd.sbt29-Oct-14 8:17 
AnswerRe: How to add a number to Left top Of a td Element Pin
Arunima Panda28-Oct-14 3:03
Arunima Panda28-Oct-14 3:03 
AnswerRe: How to add a number to Left top Of a td Element Pin
Jugdeep Singh Sidana28-Oct-14 19:54
Jugdeep Singh Sidana28-Oct-14 19:54 
QuestionUser Sessions Override each other Pin
Vimalsoft(Pty) Ltd20-Oct-14 23:55
professionalVimalsoft(Pty) Ltd20-Oct-14 23: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.