Click here to Skip to main content
15,899,313 members
Home / Discussions / C#
   

C#

 
QuestionGetting a value from one method to another method Pin
Member 982953626-Nov-13 2:16
Member 982953626-Nov-13 2:16 
AnswerRe: Getting a value from one method to another method Pin
OriginalGriff26-Nov-13 2:36
mveOriginalGriff26-Nov-13 2:36 
GeneralRe: Getting a value from one method to another method Pin
Member 982953626-Nov-13 3:17
Member 982953626-Nov-13 3:17 
GeneralRe: Getting a value from one method to another method Pin
GuyThiebaut26-Nov-13 3:48
professionalGuyThiebaut26-Nov-13 3:48 
GeneralRe: Getting a value from one method to another method Pin
OriginalGriff26-Nov-13 3:52
mveOriginalGriff26-Nov-13 3:52 
AnswerRe: Getting a value from one method to another method Pin
Richard MacCutchan26-Nov-13 2:46
mveRichard MacCutchan26-Nov-13 2:46 
QuestionNeed Decrypt Code Pin
Pradeep Dwivedi26-Nov-13 1:09
Pradeep Dwivedi26-Nov-13 1:09 
AnswerRe: Need Decrypt Code Pin
Dave Kreskowiak26-Nov-13 1:31
mveDave Kreskowiak26-Nov-13 1:31 
That's not encryption at all.

That's is a very poor method of converting meaningless data to Base64. There is no way to convert a HashCode back to the original string that it came from.

Also, you should NEVER include code in your application that decrypts a password, no matter how it's encrypted. This increases the level of security in your application making it far more difficult to get users passwords.

If you want to know how to cryptographically hash passwords, read this[^].

AnswerRe: Need Decrypt Code Pin
Manfred Rudolf Bihy26-Nov-13 2:05
professionalManfred Rudolf Bihy26-Nov-13 2:05 
AnswerRe: Need Decrypt Code Pin
OriginalGriff26-Nov-13 2:38
mveOriginalGriff26-Nov-13 2:38 
AnswerRe: Need Decrypt Code Pin
Bernhard Hiller26-Nov-13 21:35
Bernhard Hiller26-Nov-13 21:35 
GeneralNeed Guidens Pin
Member 1042601125-Nov-13 18:43
Member 1042601125-Nov-13 18:43 
GeneralRe: Need Guidens Pin
BillWoodruff25-Nov-13 20:25
professionalBillWoodruff25-Nov-13 20:25 
GeneralRe: Need Guidens Pin
Snehasish_Nandy25-Nov-13 20:55
professionalSnehasish_Nandy25-Nov-13 20:55 
GeneralRe: Need Guidens Pin
Abhinav S25-Nov-13 21:37
Abhinav S25-Nov-13 21:37 
QuestionHelp solve the question in a language C #? Pin
Sdam Basha25-Nov-13 5:43
Sdam Basha25-Nov-13 5:43 
SuggestionRe: Help solve the question in a language C #? Pin
Richard MacCutchan25-Nov-13 5:49
mveRichard MacCutchan25-Nov-13 5:49 
AnswerRe: Help solve the question in a language C #? Pin
OriginalGriff25-Nov-13 6:01
mveOriginalGriff25-Nov-13 6:01 
AnswerRe: Help solve the question in a language C #? Pin
Abhinav S25-Nov-13 6:33
Abhinav S25-Nov-13 6:33 
GeneralRe: Help solve the question in a language C #? Pin
harold aptroot25-Nov-13 6:44
harold aptroot25-Nov-13 6:44 
AnswerRe: Help solve the question in a language C #? Pin
DaveyM6926-Nov-13 5:27
professionalDaveyM6926-Nov-13 5:27 
QuestionPassing a value from a method to the Main() Pin
Member 982953625-Nov-13 5:10
Member 982953625-Nov-13 5:10 
AnswerRe: Passing a value from a method to the Main() Pin
Richard MacCutchan25-Nov-13 5:48
mveRichard MacCutchan25-Nov-13 5:48 
AnswerRe: Passing a value from a method to the Main() Pin
OriginalGriff25-Nov-13 6:10
mveOriginalGriff25-Nov-13 6:10 
GeneralRe: Passing a value from a method to the Main() Pin
Member 982953625-Nov-13 6:48
Member 982953625-Nov-13 6:48 

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.