Click here to Skip to main content
15,894,137 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
I want encrypt url in mvc project
and I want not change project code i think that override urlhelpr.action that in mvc
and bind my helprurl in mvc helper (in my helprurl encrypt and controlecfactory decrypt url)
i can not find method for this
help me
Posted
Updated 10-Feb-14 1:56am
v2

You can try with various algorithms like "MD5", "SHA" in WebSecurity which is inherited from WebMatrix. Sha converts all your desired inputs into "#" characters only.
 
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