adam
Member since Feb 16, 2012
- Profile: /members/9634-adam.htm
- Comments: 4
Recent Blog Comments By adam
-
MySQL: The Multi-part Identifier "u.id" Could Not Be Bound
Posted on May 21, 2014 at 3:04 PM
You save my day again Ben.... read more »
-
Jason Dean Tells Me To Use AES (Advanced Encryption Standard) Encryption
Posted on Feb 16, 2012 at 2:09 PM
@Justin I saw your post earlier with the cffunction and I am going through it now and reading it all. Thanks. @Jason That is my problem. I wasnt sure how to define a global aes secretkey. I am going through Jason's post and going to try that. I will put some trim's on the variables. Any idea's?... read more »
-
Jason Dean Tells Me To Use AES (Advanced Encryption Standard) Encryption
Posted on Feb 16, 2012 at 1:41 PM
@Jason no problem. Here is the insert and the query I am using to call it with. and then the output. I am using the same output on the admin page. <cfquery name="Insert" datasource="#DSN#"> INSERT INTO Applications (Address, Address2, Phone, Email) VALUES (<cfqu... read more »
-
Jason Dean Tells Me To Use AES (Advanced Encryption Standard) Encryption
Posted on Feb 16, 2012 at 11:52 AM
Ben great article. I am working with encryption for the first time in years. The AES is new to me so this is a great read. I am having some issues. I used your 2nd example to encrypt some addresses, phones numbers, emails into a database. I was having display issues so I pulled them farther down on... read more »