2014-09-28
1.0.0
Guilherme Pereira
8.0.1.8
All
.NET
Libraries
[Overview]
Automatic mechanism to hide the query string parameters.
[Detail]
URL encryption is an attempt of having an automatic mechanism to hide the parameters that are used in our applications.
It works by registering an HttpModule with your modules. This module parses the requests and responses to and from the modules where it is active and encrypts the necessary URLs before sending the response as well as decrypts the URL when necessary