The solution to creating the byte array we used for the salt in
ColdFusion is to use the BinaryDecode function.

theSalt = BinaryDecode("c73218c7ec8ee99", "hex");

Thanks!

Christine Davis
ColdFusion Lead
Nations Technical Services
Prairie Village, KS
913-748-8044 ext 4703
[EMAIL PROTECTED]

-----Original Message-----


byte[] salt = {

                    (byte)0xc7, (byte)0x73, (byte)0x21, (byte)0x8c,

                    (byte)0x7e, (byte)0xc8, (byte)0xee, (byte)0x99

                };

                int count = 20;

 

 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:277181
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to