Click here to Skip to main content
15,886,919 members
Home / Discussions / C#
   

C#

 
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

GeneralRe: What is the difference between hashing or encryption a data Pin
Richard Deeming30-Mar-17 8:23
mveRichard Deeming30-Mar-17 8:23 
GeneralRe: What is the difference between hashing or encryption a data Pin
Gerry Schmitz30-Mar-17 9:05
mveGerry Schmitz30-Mar-17 9:05 
GeneralRe: What is the difference between hashing or encryption a data Pin
Richard Deeming30-Mar-17 9:12
mveRichard Deeming30-Mar-17 9:12 
GeneralRe: What is the difference between hashing or encryption a data Pin
Gerry Schmitz30-Mar-17 9:25
mveGerry Schmitz30-Mar-17 9:25 
GeneralRe: What is the difference between hashing or encryption a data Pin
ZurdoDev30-Mar-17 10:08
professionalZurdoDev30-Mar-17 10:08 
GeneralRe: What is the difference between hashing or encryption a data Pin
Gerry Schmitz30-Mar-17 12:00
mveGerry Schmitz30-Mar-17 12:00 
GeneralRe: What is the difference between hashing or encryption a data Pin
Richard Deeming31-Mar-17 1:04
mveRichard Deeming31-Mar-17 1:04 
GeneralRe: What is the difference between hashing or encryption a data Pin
Gerry Schmitz31-Mar-17 5:56
mveGerry Schmitz31-Mar-17 5:56 
GeneralRe: What is the difference between hashing or encryption a data Pin
OriginalGriff30-Mar-17 8:52
mveOriginalGriff30-Mar-17 8:52 
GeneralRe: What is the difference between hashing or encryption a data Pin
Gerry Schmitz30-Mar-17 9:04
mveGerry Schmitz30-Mar-17 9:04 
GeneralRe: What is the difference between hashing or encryption a data Pin
Richard Deeming30-Mar-17 9:10
mveRichard Deeming30-Mar-17 9:10 
GeneralRe: What is the difference between hashing or encryption a data Pin
Gerry Schmitz30-Mar-17 9:22
mveGerry Schmitz30-Mar-17 9:22 
GeneralRe: What is the difference between hashing or encryption a data Pin
OriginalGriff30-Mar-17 8:53
mveOriginalGriff30-Mar-17 8:53 
AnswerRe: What is the difference between hashing or encryption a data Pin
Patrice T1-Apr-17 10:34
mvePatrice T1-Apr-17 10:34 
QuestionScheduled Services Architecture - Prototype Pin
Kevin Marois29-Mar-17 12:08
professionalKevin Marois29-Mar-17 12:08 
AnswerRe: Scheduled Services Architecture - Prototype Pin
Bernhard Hiller29-Mar-17 21:41
Bernhard Hiller29-Mar-17 21:41 
GeneralRe: Scheduled Services Architecture - Prototype Pin
Kevin Marois30-Mar-17 4:30
professionalKevin Marois30-Mar-17 4:30 

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.