Encryption Problem
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
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
- Re: 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, ... ie I can't encrypt the plain text input on Machine B and compare it to the ... (microsoft.public.dotnet.languages.csharp) - Re: Alice Encrypts - Adacrypt
... plane by the fixed reference frame defined by the X, Y, Z, axes. ... seeding pairs comes next and developing these lines recursively to ... from v determines the plain normal to v and containing the origin. ... as her encryption transformation line for the current plaintext of her ... (sci.crypt) - RE: [inbox] [Full-Disclosure] stenagrophy software recommendations
... there is an excellent book out by Dave Cole called "Hiding in Plain ... Steganography and the Art of Covert Communication" which quickly lays ... time of writing, current research so there is some foundation should anyone ... >crypto hides data behind encryption, stego hides it in plain site. ... (Full-Disclosure) - On the IV of CBC mode
... I have lately received critiques for implementing an encryption system ... using CBC mode and a well known IV for well known plain text. ... (sci.crypt) - Re: "ZIP Attacks with Reduced Known-Plaintext"
... zip files with probably 50 or more known plain text bytes that are ... It appear to be a two's complement shifted ... two's complement number encryption. ... I will try to see what happens with an old test program I have. ... (sci.crypt) |
|