Re: encrypting with initialization vectors

2012-05-10 Thread Carol Knapp
Got it working. Thanks, guys. I don't get why this kind of information wouldn't be available in the cf9 reference. > I can't seem to get the encrypt function to take an initialization > vector. It doesn't matter what I put there. It returns the exact same > result as if there is no initiali

Re: encrypting with initialization vectors

2012-05-10 Thread Carol Knapp
Here's the test code. I'll take AES or DESEDE or better. Running cf enterprise. Test ENC Test ENC theKey=generateSecretKey(Form.myAlgorithm); anotherKey=generateSecretKey(Form.myAlgorithm); useasiv = encryptBinary(anotherkey,theKey,Form.myA

encrypting with initialization vectors

2012-05-10 Thread Carol Knapp
I can't seem to get the encrypt function to take an initialization vector. It doesn't matter what I put there. It returns the exact same result as if there is no initialization vector. Is anyone using that? Can you please provide an example where it works?

Re: autosuggest event with angle brackets

2011-10-10 Thread Carol Knapp
Edit: well that didn't come through at all clear. What I'm trying to say is that I need to pass the and-lt-semi and and-gt-semi (the html format version of the less than and greater than signs) inside of the list in order to get the autosuggest list to display them as angle brackets, but I don'

autosuggest event with angle brackets

2011-10-10 Thread Carol Knapp
I have a form field that needs to hold "firstname lastname " and I would like to use an autosuggest event to make it work. The problem is the angle brackets: I can get the autosuggest list to look right if I send it the suggested values using but then it returns the inside the field co