encrypt « Variable « JSP-Servlet Q&A





1. encrypting hidden variables in JSP    stackoverflow.com

We've got user SSN's in jsp's that show in source code of an html page as: <a href="onclick:submitsomeform(123456789)" In order to avoid this, I made couple of methods called getEncryptedSSN() and getDecryptedSSN() ...