Go Back   Wireless and Wifi Forums > News > Newsgroups > alt.computer.security
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-10-2007, 07:14 AM
Lucanos
Guest
 
Posts: n/a
Default Encryption Tool Query - Same Input, Different Outputs

Hey All,

I am hoping someone can help me, I seem to recall stumbling along a
resource which was able to use to achieve this result, but I lost that
link...

Anyway...

I am looking for an Encryption methodology, whereby I can encrypt a
string (or content) in such a way that the results it returns can be
different from each other, but when decrypted (using a single key/
method) the original string is returned.

Not explaining it very well, am I?

So, an example:
"the_string" >[ENCRYPT]> "stygtehitu"
"the_string" >[ENCRYPT]> "puysnyurwe"

"stygtehitu" >[DECRYPT]> "the_string"
"puysnyurwe" >[DECRYPT]> "the_string"

Where the Encrypt and Decrypt functions are passed the exact same key
in all four instances.

I am not sure if this is possible, but if anyone has an inkling about
what I am looking for, I'd appreciate some assistance.

Thanks
Luke


Reply With Quote
  #2 (permalink)  
Old 08-10-2007, 08:28 AM
nemo_outis
Guest
 
Posts: n/a
Default Re: Encryption Tool Query - Same Input, Different Outputs

Lucanos <lucanos@gmail.com> wrote in news:1186730099.875537.68860
@q3g2000prf.googlegroups.com:

> I am looking for an Encryption methodology, whereby I can encrypt a
> string (or content) in such a way that the results it returns can be
> different from each other, but when decrypted (using a single key/
> method) the original string is returned.


The standard way of achieving this is with a "salt" which is typically a
random number (but needn't be - a timestamp, for instance, would also work)

The salt is used either as a prefix or suffix to "the_string" and the
combined salt plus string is encrypted. With different salts the same
string will result in a different encrypted message.

On decryption the salt is, of course, discarded and only "the_string" is
considered.

Regards,


Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Good handwriting input software for laptops and smartphones. alexstary@hotmail.com Members Lounge 0 04-20-2007 01:34 AM
Searching aescipher.exe or similar command line tool with AES encryption Marcus Mackler comp.security.misc 6 02-16-2007 08:35 AM
Searching (small) AES file + directory tree encryption tool Werner Kraus comp.security.misc 1 10-29-2006 03:58 PM
Searching tool for FULL disc encryption (not only volume files) Thomas Blabb comp.security.misc 6 07-29-2005 10:13 AM
looking for a simple freeware hard drive encryption tool dex alt.computer.security 5 07-28-2005 07:24 PM


All times are GMT. The time now is 03:16 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45