Click here to Skip to main content
15,894,343 members
Home / Discussions / C#
   

C#

 
AnswerRe: recreating excel spreadsheet in visual studio Pin
Dave Kreskowiak31-Mar-17 4:34
mveDave Kreskowiak31-Mar-17 4:34 
QuestionQueried result to ListBox in PartialView Pin
sunsher31-Mar-17 1:39
sunsher31-Mar-17 1:39 
SuggestionRe: Queried result to ListBox in PartialView Pin
CHill6031-Mar-17 2:01
mveCHill6031-Mar-17 2:01 
GeneralRe: Queried result to ListBox in PartialView Pin
Richard Deeming31-Mar-17 2:17
mveRichard Deeming31-Mar-17 2:17 
Rant[REPOST] Queried result to ListBox in PartialView Pin
Richard Deeming31-Mar-17 2:18
mveRichard Deeming31-Mar-17 2:18 
QuestionDrag and drop items between two listViews ? Pin
Member 245846730-Mar-17 16:57
Member 245846730-Mar-17 16:57 
AnswerRe: Drag and drop items between two listViews ? Pin
Mycroft Holmes30-Mar-17 17:15
professionalMycroft Holmes30-Mar-17 17:15 
QuestionWhat is the difference between hashing or encryption a data Pin
Tridip Bhattacharjee30-Mar-17 0:09
professionalTridip Bhattacharjee30-Mar-17 0:09 
AnswerRe: What is the difference between hashing or encryption a data Pin
Chris Quinn30-Mar-17 0:24
Chris Quinn30-Mar-17 0:24 
GeneralRe: What is the difference between hashing or encryption a data Pin
Tridip Bhattacharjee30-Mar-17 1:52
professionalTridip Bhattacharjee30-Mar-17 1:52 
GeneralRe: What is the difference between hashing or encryption a data Pin
Chris Quinn30-Mar-17 2:30
Chris Quinn30-Mar-17 2:30 
GeneralRe: What is the difference between hashing or encryption a data Pin
Eddy Vluggen30-Mar-17 8:44
professionalEddy Vluggen30-Mar-17 8:44 
GeneralRe: What is the difference between hashing or encryption a data Pin
OriginalGriff30-Mar-17 8:57
mveOriginalGriff30-Mar-17 8:57 
AnswerHelp Vampire PinPopular
Pete O'Hanlon30-Mar-17 0:44
mvePete O'Hanlon30-Mar-17 0:44 
GeneralRe: Help Vampire Pin
Afzaal Ahmad Zeeshan30-Mar-17 9:42
professionalAfzaal Ahmad Zeeshan30-Mar-17 9:42 
GeneralRe: Help Vampire Pin
Pete O'Hanlon30-Mar-17 21:45
mvePete O'Hanlon30-Mar-17 21:45 
AnswerRe: What is the difference between hashing or encryption a data Pin
OriginalGriff30-Mar-17 0:54
mveOriginalGriff30-Mar-17 0:54 
AnswerRe: What is the difference between hashing or encryption a data Pin
Dave Kreskowiak30-Mar-17 2:55
mveDave Kreskowiak30-Mar-17 2:55 
AnswerRe: What is the difference between hashing or encryption a data Pin
Gerry Schmitz30-Mar-17 7:07
mveGerry Schmitz30-Mar-17 7:07 
GeneralRe: What is the difference between hashing or encryption a data Pin
Richard Deeming30-Mar-17 7:11
mveRichard Deeming30-Mar-17 7:11 
GeneralRe: What is the difference between hashing or encryption a data Pin
Gerry Schmitz30-Mar-17 7:29
mveGerry Schmitz30-Mar-17 7:29 
GeneralRe: What is the difference between hashing or encryption a data Pin
Richard Deeming30-Mar-17 7:52
mveRichard Deeming30-Mar-17 7:52 
GeneralRe: What is the difference between hashing or encryption a data Pin
Gerry Schmitz30-Mar-17 8:01
mveGerry Schmitz30-Mar-17 8:01 
GeneralRe: What is the difference between hashing or encryption a data Pin
Richard Deeming30-Mar-17 8:06
mveRichard Deeming30-Mar-17 8:06 
GeneralRe: What is the difference between hashing or encryption a data Pin
Gerry Schmitz30-Mar-17 8:16
mveGerry Schmitz30-Mar-17 8:16 
A "fully optimized" hash is 2-way; but at that point, it has lost any performance benefits. (i.e. it's an "index").

A "non-optimized" hash (the basic purpose) can hash mulitple inputs to the same "address"; making it useless for encryption and not particularly useful for passwords depending on the size of the address space.

You want to play with hashing algorithms for "password security"? Not on my watch.
"(I) am amazed to see myself here rather than there ... now rather than then".
― Blaise Pascal

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.