Зашифровано или закодировано?
Для кодирования строк есть HttpServerUtility.UrlEncode
public string UrlEncode(
string s
)
Параметры
s
Type: System.String
The text to URL-encode.
Возвращаемое значение
Type: System.String
The URL-encoded text.
Для декодирования HttpServerUtility.UrlDecode
public static string UrlDecode(
string str
)
Параметры
str
Type: System.String
The string to decode.
Возвращаемое значение
Type: System.String
A decoded string.