the JRE:
<cfset shaHasher = createObject("java",
"java.security.MessageDigest").getInstance("SHA") />
The only downside is that you have to use byte arrays to deal interact with
it, but thanks to a little trick I saw Nathan Dintenfass use, you can get a
byte array like this:
<cfset byteArray = repeatString(" ", 1024).getBytes() />
Cheers,
barneyb
> -----Original Message-----
> From: Tony Pimm [mailto:[EMAIL PROTECTED]
> Sent: Thursday, June 10, 2004 5:56 AM
> To: CF-Talk
> Subject: SSHA hash checking
>
> Hi,
>
> Does anyone know of any SSHA extensions available for
> ColdFusion / Java?
>
> Thanks.
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

