------=_NextPart_000_0000_01C51E82.87001B00
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit
I accidently sent from my boss's email address ... however I found that
CRYPT seems to be only encoding the first 8 characters of any string. It's
too bad I didn't notice this earlier, is there anyway to work around it?
My application would work best (it's a menu with order history) if each
string sent had a unique counterpart. However, the menu is divided into
categories and some categories have the same item. Example: Pizza,Sicilian;
Pizza: Slices,Sicilian
The string I am encrypted is setup "Category,Item,Extras,Amount;etc..." and
represents one order for each item.
Thanks,
Andrew
Orig. Message
----------------------------------
Part of my application uses a crypt on a string to store it in a database,
but I started to notice non-unique hashes coming from similar strings. Here
are two strings that I tested and their resulting hash:
<MvEVAL EXPR = "{'Pizza,Large Plain,,1;' CRYPT 'RD'}">
<MvEVAL EXPR = "{'Pizza,Large White,,1;' CRYPT 'RD'}">
RDNt2P.DhAVOA RDNt2P.DhAVOA
Is there a problem with using spaces or semicolons? I don't want to change
the salt or anything since I want to do lookups based on hashes.
Thanks
Andrew
------=_NextPart_000_0000_01C51E82.87001B00--
Comment