Re: Encryption Problem



Hmmm,
From reading it appears that I need a hash. say MD5. But isn't there a
finite possibility that two different inputs may yield the same hash?
Thanks
Bob
"Bob" <bob@xxxxxxxxxxx> wrote in message
news:eKdVV1DYGHA.2148@xxxxxxxxxxxxxxxxxxxxxxx
Hi
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
see
data.
'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
a
unique encryption for the same plain data each time it is invoked.
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
two
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




.



Relevant Pages

  • Encryption Problem
    ... Generate valuable 'plain' data on Mach A. Need to write encrypted ... version to CD which gets inputed to database on mach B. ... 'Plain' data gets inputted by application to Mach B, ... unique encryption for the same plain data each time it is invoked. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Store database password
    ... We are storing our database password in an include ... >could encrypt the password with a given key and IV, ... there's really no security in that. ... Whatever that is, it might as well be in plain text, ...
    (comp.lang.php)
  • MD5 help
    ... I have an Access table with a column for pwd's which are plain text. ... going to import this data to another database, where I want to encrypt the ... pwd to MD5 hash. ... The new database will be used in a phpbb forum. ...
    (sci.crypt)
  • Re: How to code the VB DataGrid, to show the data in a table
    ... > This may sounds very immature question; I'm new to VB.net and not mach ... > I developed a database in Access 2000. ... W.G. Ryan, eMVP ...
    (microsoft.public.dotnet.framework.adonet)
  • How to code the VB DataGrid, to show the data in a table
    ... This may sounds very immature question; I'm new to VB.net and not mach ... I developed a database in Access 2000. ... Priyan ...
    (microsoft.public.dotnet.framework.adonet)