Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have javascript functions to encrypt data on one site and code-behind functions to decrypt it on another site. It works fine when I test it locally, or on a testing server. However it gives me a 'Bad Length' error on a production server.

Also in the javascript, I am checking if the data (user input from input control type=text) is null string or not (if str == null and str == '' then display a message) before encrypting, but it does not work on the production. (Does not give the message and proceed to the encryption part). I wonder if the data (string) is treated differently between the testing server and the production server. (Sounds crazy though...)

Does anyone have any idea?
Posted
Comments
Kenneth Haugland 14-Sep-12 10:24am    
Without a detailde description of what you actually are doing (read code) it would just be a guessing game ;)
ShotDriller 14-Sep-12 10:29am    
Is there a server side validation for Empty/Null string?

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900