Whenever I click on a link I am calling an action in a controller with parameters via a jQuery AJAX request. I am using a URL like this:
http://localhost:5224/Ideation/Ideation?IdeaId=110186&userRole=1
I need to encrypt that ideaid and userrole. How can I do it? That ideaid and userole need to be encrypted.
 
    