I am posting variables from one https page to another, but NS warns users that the variables being posted could easily be read by a third party. The information is credit information, so I would like this to be secure. How do I do this? Dont want to use cookies or any kind of javascript encryption, unless it is built in.
-Thanks