RE: SHA Hashing...

2007-10-08 Thread James Smith
Thanks guys, nothing is ever as simple as it should be is it ;-) anyway I managed to find a couple of cf custom tags to do the job in the end, thanks for clarifying the situation for me. -- Jay No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.488 / Virus Databa

Re: SHA Hashing...

2007-10-05 Thread J W
This should do the trick. Went through something like this many months ago. Had some great help from some of the guys in here with a JAVA approach. Worked like a charm. // let Variables.keyBytes be the binary key // let Var

Re: SHA Hashing...

2007-10-05 Thread Brian Kotek
Unfortunately, you can't do this in CF, even though I think you should. These are all available in the Java API. And they were even listed in the CF8 docs when it was realeased. I had to notify the CF team that several of the algorithms they had listed actually didn't work. So the docs may be up to

RE: SHA Hashing...

2007-10-05 Thread Dave Watts
> I have a need to do the following... > > > Create an RFC 2104 compliant HMAC-SHA1 hash on the > Action+Timestamp string, using the Secret Access Key as the "key". > > > Unfortunately is seems like I can use hash() with the SHA > algorithm but not provide a "key", or I can use encrypt() > w

SHA Hashing...

2007-10-05 Thread James Smith
I have a need to do the following... Create an RFC 2104 compliant HMAC-SHA1 hash on the Action+Timestamp string, using the Secret Access Key as the "key". Unfortunately is seems like I can use hash() with the SHA algorithm but not provide a "key", or I can use encrypt() with a key but it doesn'