I read somewhere some time ago that encrypting data across an encrypted connection actually caused that data to become less secure.
Here's the situation: I built an online bill payment application for a customer. Anyway, at the verification page, where the customer checks to make sure his/her information is correct, I pass all of the information as a single hidden form variable after concatenating the data together with a certain token and then encrypting it using AES encryption. The idea, obviously, is to avoid any kind of plain-text display of the credit card information in the source of the page. The entire application runs over an SSL connection.
So, my question is has anyone heard of encrypted data being less secure than plain text over an encrypted connection? I could swear I've read it before but I can't seem to find the text again.
Here's the situation: I built an online bill payment application for a customer. Anyway, at the verification page, where the customer checks to make sure his/her information is correct, I pass all of the information as a single hidden form variable after concatenating the data together with a certain token and then encrypting it using AES encryption. The idea, obviously, is to avoid any kind of plain-text display of the credit card information in the source of the page. The entire application runs over an SSL connection.
So, my question is has anyone heard of encrypted data being less secure than plain text over an encrypted connection? I could swear I've read it before but I can't seem to find the text again.
