Re: Encryption Problem
- From: "Bob" <bob@xxxxxxxxxxx>
- Date: Sat, 15 Apr 2006 15:46:04 +1200
Hmmm,
From reading it appears that I need a hash. say MD5. But isn't there afinite possibility that two different inputs may yield the same hash?
Thanks
Bob
"Bob" <bob@xxxxxxxxxxx> wrote in message
news:eKdVV1DYGHA.2148@xxxxxxxxxxxxxxxxxxxxxxx
Hisee
Problem. Generate valuable 'plain' data on Mach A. Need to write encrypted
version to CD which gets inputed to database on mach B.
Want the data to be encrypted in the table so it cannot be eyeballed to
data.a
'Plain' data gets inputted by application to Mach B, if valid match Mach B
takes action.
So...
Problem is that RijndaelManaged is too smart for the job seeing that gives
unique encryption for the same plain data each time it is invoked.two
ie I can't encrypt the plain text input on Machine B and compare it to the
database string that was originally generated on Mach A because they are
different strings.
Obviously sequentially decrypting each item in the database table for a
match check is out of the question.
I realise I am asking for a weakened algorithm here but it is only the
viewing of the data by personnel of low end skills that I am trying to
protect against.
TIA
Bob
.
- Follow-Ups:
- Re: Encryption Problem
- From: Bob
- Re: Encryption Problem
- From: Marcus Andrén
- Re: Encryption Problem
- From: Jon Skeet [C# MVP]
- Re: Encryption Problem
- References:
- Encryption Problem
- From: Bob
- Encryption Problem
- Prev by Date: Encryption Problem
- Next by Date: Re: Threading, Loops, and Direct3D
- Previous by thread: Encryption Problem
- Next by thread: Re: Encryption Problem
- Index(es):
Relevant Pages
|