Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
pope on acid #1
Encrypt and the # character
Encrypt a datafield to put it in a database table using a cfquery results in an error when the first character of the encryption is an ' # '.
How to avoid this CF problem?
pope on acid Guest
-
Encrypt key
Hello, I want to use the encrypt and decrypt function for my passwords. Can someone give me an example what key shoul I be using. My password... -
When to encrypt
On 12/6/2004 6:10 PM, Greg Stark wrote: I was wondering where he keeps his servers. Are they kept under a little rain shelter on the parking lot,... -
InDesign ME Character Problem! Character-Change by Printing or saving *.PS!
Hi everybody! I have some problems with ME Version. When i want to print a page with FARSI-Text in it, he changes one character! on screen he... -
encrypt
I can encrypt the contents of a memory stream with no problems, however when decrypting( I'm using the same key an IV ) I get an exception stating... -
Encrypt in Perl, De-encrypt in Javascript
I got a javascript off the net which encrypt and de-encrypt HTML code so that nobody can read the public html file. here is the code of... -
pope on acid #2
Encrypt and the # character
Encrypt a datafield to put it in a database table using a cfquery results in an error when the first character of the encryption is an ' # '.
How to avoid this CF problem?
pope on acid Guest
-
Another Phil #3
Re: Encrypt and the # character
Edward,
You could always add a character that you know is valid to the front. ie: A.
Then when you decrypt you would just remove the first character. In the case of
an MD5 type encryption, add an A to the front of the string you're checking
against the encrypted string.
-Phil
Another Phil Guest
-
Another Phil #4
Re: Encrypt and the # character
Edward,
You could always add a character that you know is valid to the front. ie: A.
Then when you decrypt you would just remove the first character. In the case of
an MD5 type encryption, add an A to the front of the string you're checking
against the encrypted string.
-Phil
Another Phil Guest
-
CF_DAWG #5
Re: Encrypt and the # character
If you use the <cfqueryparam> tag, this should remedy your problem. I had the same problem with ticks and double quotes, and the use of this tag fixed them.
Hope this helps!
CF_DAWG Guest



Reply With Quote

