Creating a Google reCAPTCHA 'secure token' in ColdFusion
Google allows you to create a 'secure token' for reCAPTCHA which means you can use the same key/secret across multiple domains. No need to create key/secrets for every domain you look after. Here's their docs, as you can see it has no insight on how the token is encrypted other than an example in Java . My question is how would this be written in ColdFusion. I've had a crack at it for 4 hours, but just can't get it to work. Other examples I've reviewed: An example in PHP : An example in .NET Any ColdFusion encryption guru's out there know how to do this? UPDATE Thanks Leigh, think we're