Click here to Skip to main content
15,891,473 members
Home / Discussions / C#
   

C#

 
GeneralRe: Email - invalid remote certificate Pin
DaveyM6910-Aug-10 12:12
professionalDaveyM6910-Aug-10 12:12 
QuestionMerging two datatables Pin
norjali10-Aug-10 6:28
norjali10-Aug-10 6:28 
AnswerRe: Merging two datatables Pin
Ennis Ray Lynch, Jr.10-Aug-10 6:38
Ennis Ray Lynch, Jr.10-Aug-10 6:38 
GeneralRe: Merging two datatables Pin
norjali10-Aug-10 6:48
norjali10-Aug-10 6:48 
GeneralRe: Merging two datatables Pin
Ennis Ray Lynch, Jr.10-Aug-10 8:33
Ennis Ray Lynch, Jr.10-Aug-10 8:33 
GeneralRe: Merging two datatables Pin
SimulationofSai10-Aug-10 15:01
SimulationofSai10-Aug-10 15:01 
AnswerRe: Merging two datatables Pin
I Believe In GOD10-Aug-10 12:22
I Believe In GOD10-Aug-10 12:22 
AnswerRe: Merging two datatables Pin
SimulationofSai10-Aug-10 15:08
SimulationofSai10-Aug-10 15:08 
AnswerRe: Merging two datatables Pin
gaurav_verma_mca10-Aug-10 21:23
gaurav_verma_mca10-Aug-10 21:23 
QuestionRun as system and logoff user "USER" Pin
SummerBulb10-Aug-10 5:10
SummerBulb10-Aug-10 5:10 
AnswerRe: Run as system and logoff user "USER" Pin
cor287910-Aug-10 8:24
cor287910-Aug-10 8:24 
AnswerRe: Run as system and logoff user "USER" Pin
SimulationofSai10-Aug-10 15:14
SimulationofSai10-Aug-10 15:14 
QuestionCan someone help me create a setup project for an Excel add-in Pin
euroazn10-Aug-10 4:32
euroazn10-Aug-10 4:32 
QuestionContext Menu Location [Solved] Pin
ignrod10-Aug-10 3:34
ignrod10-Aug-10 3:34 
AnswerRe: Context Menu Location Pin
SimulationofSai10-Aug-10 15:27
SimulationofSai10-Aug-10 15:27 
GeneralRe: Context Menu Location Pin
ignrod14-Aug-10 5:23
ignrod14-Aug-10 5:23 
QuestionExcel Error :( Pin
Mugdha_Aditya10-Aug-10 3:29
Mugdha_Aditya10-Aug-10 3:29 
AnswerRe: Excel Error :( Pin
Richard MacCutchan10-Aug-10 4:08
mveRichard MacCutchan10-Aug-10 4:08 
AnswerRe: Excel Error :( Pin
T M Gray10-Aug-10 4:56
T M Gray10-Aug-10 4:56 
Questioncommon encryption method Pin
Bajrang Singh10-Aug-10 1:45
Bajrang Singh10-Aug-10 1:45 
AnswerRe: common encryption method Pin
OriginalGriff10-Aug-10 2:02
mveOriginalGriff10-Aug-10 2:02 
MD5 is an algorithm, so it can be implemented in any language. If it is implemented in java it should give the same results as the C# or C implementation. Don't know if it is though.

Do note that MD5 is:
1) Not an encryption algorithm. It is a hashing algorithm, which means you cannot get back to your original data from the MD5 value. For password comparison it should be ok, but not if the password is used to encrypt data or access a database, etc.
2) Not recommended for new projects, as it is officially classed as "broken". (I.e. a mechanism has been found to generate a valid input sequence from an MD5 value) Use SHA instead if you can
Real men don't use instructions. They are only the manufacturers opinion on how to put the thing together.

AnswerRe: common encryption method Pin
Ennis Ray Lynch, Jr.10-Aug-10 4:34
Ennis Ray Lynch, Jr.10-Aug-10 4:34 
QuestionOwned Forms issue Pin
spankyleo12310-Aug-10 1:14
spankyleo12310-Aug-10 1:14 
AnswerRe: Owned Forms issue Pin
Luc Pattyn10-Aug-10 2:39
sitebuilderLuc Pattyn10-Aug-10 2:39 
GeneralRe: Owned Forms issue Pin
spankyleo12310-Aug-10 3:27
spankyleo12310-Aug-10 3:27 

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.