Login
Register
Close
Articles
Technology News
All Articles
Submit Guest Post
Tools & Utilities
Code Converter
Forum
Learn
Tutorials
Interview Experience
Practice Tests
Freelancers
Services
Software Development
SEO & Digital Marketing
IT Companies
Login
Register
Articles
Technology News
All Articles
Submit Guest Post
Tools & Utilities
Code Converter
Forum
Learn
Tutorials
Interview Experience
Practice Tests
Freelancers
Services
Software Development
SEO & Digital Marketing
IT Companies
Discussion Forums
.NET
.NET
You must
Sign In
to post a response.
Category:
.NET
12 Jan 2018 15:23
Urmila
Joined:
15/05/2008
Level:
Silver
Points:
214
Points:
2
Encrypt and decrypt the path
Hi all,
how to encrypt and decrypt the path in C#.
example: C:\cgyapplication\mtgstage\responsepath\
I want above path need to be encrypted and decrypted.
can anybody tell me how to do?
#769476
16 Jan 2018 16:08
shivkumar singh
Joined:
09/01/2018
Level:
Bronze
Points:
19
Points:
2
To encrypt and decrypt the path in C# using C:\cgyapplication\mtgstage\responsepath\, You can watch some tutorial on Youtube which provides best solution related to your post.
For more info contact at Traininginlucknow.
Thanks & Regards
#769665
01 Aug 2018 22:44
B. Ramana Reddy
Joined:
28/09/2005
Level:
Gold
Points:
637
Points:
2
try to check with below methods to encrypt and decrypt the string path
Uri.UnescapeDataString(String) ;
Uri.EscapeDataString(String);
or
use another set of methods which are in HttpServerUtility class
HttpServerUtility.UrlEncode(string);
HttpServerUtility.UrlDecode(string);
Thanks!
B.Ramana Reddy
Sign In
to post your comments
Submit New Thread
Return to
Return to Discussion Forum
Top Contributors
Today
Last 7 Days
more...