Click here to Skip to main content
15,909,518 members
Home / Discussions / C#
   

C#

 
AnswerRe: guidance on supplying credentials to the server via sockets for login to the server Pin
Nicholas Marty27-Nov-13 3:59
professionalNicholas Marty27-Nov-13 3:59 
AnswerRe: guidance on supplying credentials to the server via sockets for login to the server Pin
Dave Kreskowiak27-Nov-13 5:11
mveDave Kreskowiak27-Nov-13 5:11 
AnswerRe: guidance on supplying credentials to the server via sockets for login to the server Pin
Eddy Vluggen27-Nov-13 7:11
professionalEddy Vluggen27-Nov-13 7:11 
Questionc# listview Pin
Member 1026351927-Nov-13 1:46
Member 1026351927-Nov-13 1:46 
GeneralRe: c# listview Pin
harold aptroot27-Nov-13 4:54
harold aptroot27-Nov-13 4:54 
AnswerRe: c# listview Pin
Eddy Vluggen27-Nov-13 7:20
professionalEddy Vluggen27-Nov-13 7:20 
GeneralRe: c# listview Pin
Member 1026351927-Nov-13 19:11
Member 1026351927-Nov-13 19:11 
GeneralRe: c# listview Pin
Eddy Vluggen28-Nov-13 9:35
professionalEddy Vluggen28-Nov-13 9:35 
QuestionC# code to relate two nodes Pin
AshwiniSH26-Nov-13 19:33
professionalAshwiniSH26-Nov-13 19:33 
AnswerRe: C# code to relate two nodes Pin
Bernhard Hiller26-Nov-13 21:11
Bernhard Hiller26-Nov-13 21:11 
GeneralRe: C# code to relate two nodes Pin
AshwiniSH26-Nov-13 21:59
professionalAshwiniSH26-Nov-13 21:59 
AnswerRe: C# code to relate two nodes Pin
OriginalGriff26-Nov-13 23:13
mveOriginalGriff26-Nov-13 23:13 
AnswerRe: C# code to relate two nodes Pin
Richard MacCutchan27-Nov-13 0:28
mveRichard MacCutchan27-Nov-13 0:28 
QuestionMatrices and moving objects in Unity3D c# Pin
begginerc226-Nov-13 3:57
begginerc226-Nov-13 3:57 
SuggestionRe: Matrices and moving objects in Unity3D c# Pin
Richard MacCutchan26-Nov-13 5:54
mveRichard MacCutchan26-Nov-13 5:54 
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 

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.