Raymond Camden wrote:
> I know I tried it as well, definitely on Trial, and I get the same
> problem. Both on OSX and Windows.
>
>
> On 8/3/07, Dave Watts <[EMAIL PROTECTED]> wrote:
>>> Hey folks, I was trying to Encrypt a string on CF8
>>> (Enterprise trial), but I am getting an error:
>>>
>>> T
I know I tried it as well, definitely on Trial, and I get the same
problem. Both on OSX and Windows.
On 8/3/07, Dave Watts <[EMAIL PROTECTED]> wrote:
> > Hey folks, I was trying to Encrypt a string on CF8
> > (Enterprise trial), but I am getting an error:
> >
> > The HMAC-SHA1 algorithm is not su
> Hey folks, I was trying to Encrypt a string on CF8
> (Enterprise trial), but I am getting an error:
>
> The HMAC-SHA1 algorithm is not supported by the Security
> Provider you have chosen.
>
> Code looks like:
>
> #Encrypt(targetString, key, 'HMAC-SHA1')#
>
> I've tried about every variatio
I sure haven't, it's exactly as it was when the installer ran. And yes it is
also the Enterprise Trial (though I would be somewhat surprised to hear it
won't run in Developer mode. I thought the whole point of developer mode was
that it would run anything.)
I've confirmed this with Sean, Jared, Mi
On Thursday 02 Aug 2007, [EMAIL PROTECTED] wrote:
> #Encrypt('some text here', 'secretkeytext', 'HMAC-SHA1')#
Doesn't work here (but I'm on 64-bit OpenSuSE so unsupported).
There is one of those throw away lines at the bottom of the live docs page
though:
"ColdFusion 8: Added support for encryp
Are you using GenerateSecretKey() to create the key?
On 8/2/07, Brian Kotek <[EMAIL PROTECTED]> wrote:
>
> No I tried that too. If you look back at the docs you'll see there are
> SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512, and then there is another
> set
> that is the same but uses the prefix
No, SHA algorithms can use any value for the key, that is one of their
benefits. Also, generateSecretKey() won't take any of the SHA algorithms as
an argument anyway.
On 8/2/07, Doug Bezona <[EMAIL PROTECTED]> wrote:
>
> Are you using GenerateSecretKey() to create the key?
>
> On 8/2/07, Brian Kot
No I tried that too. If you look back at the docs you'll see there are
SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512, and then there is another set
that is the same but uses the prefix HMAC-SHAx, like HMAC-SHA1, etc. I've
tried all of them and none work, and also tried variations such as not
includ
On Thursday 02 Aug 2007, [EMAIL PROTECTED] wrote:
> The HMACSHA1 algorithm is not supported by the Security Provider you have
> chosen.
> Code looks like:
> #Encrypt(targetString, key, 'HMACSHA1')#
The doc's say the type string is 'HMAC-SHA1'. Does that work ?
--
Tom Chiverton
***
9 matches
Mail list logo