I want to encrypt a URL variable so that the user can\'t see or modify the information when it is passed in jsp.
This is an example URL:
localhost/somew
URLEncoder.encode(Encryption.encrypt(parameters), "UTF-8")