Paramters thru Hyperlink

jsshivalik
Member Posts: 67
Hi
Is it possible to encrypt parameters that are passed thru Hyperlink & then decrypt in c# Application
Thanks
Is it possible to encrypt parameters that are passed thru Hyperlink & then decrypt in c# Application
Thanks
0
Answers
-
yes, you can use any encryption you would like to.
You use need the encryption key/pattern both in NAV and i C#For help, do not use PM, use forum instead, perhaps other people have the same question, or better answers.0 -
Hi SanderDk
Can u pls provide me some example . I have string field . I want to encrypt in Navision and then decrypt in c#
Thanks
0 -
When you are talking data passed thru hyperlink.
Often you have serveradress[::port]/key=[key]?Value=[Value]
Before sending the url you can encrypt "value"
eks. "HelloWorld" then run it against a md5 encryption after that the value will be "68e109f0f40ca72a15e05cc22786f8e6"
Then
serveradress[::port]/key=[key]?Value=HelloWorld
Would be
serveradress[::port]/key=[key]?Value=68e109f0f40ca72a15e05cc22786f8e6
And vola you have encrypt you value to something you can decrypt very easy in C#For help, do not use PM, use forum instead, perhaps other people have the same question, or better answers.1 -
Hi SanderDk
Can u provide some example in Navision how to encrypt
Thanks0 -
If you go search this forum or google you will find a lot of example of this.
ex: https://forum.mibuso.com/discussion/58457/nav-2013-md5-hash-generatorFor help, do not use PM, use forum instead, perhaps other people have the same question, or better answers.0 -
Hi SanderDk
I encrypt in Navision then how i will decrypt in PHP/C# . Is there any simple solution
Thanks0 -
Hi jsshivalik,
You should google that rather than asking about C# and PHP in a NAV forum.
Again there a a lot of solution out there.For help, do not use PM, use forum instead, perhaps other people have the same question, or better answers.0 -
I never used this but yes its possible but you need to give a bit of your time in research on this.Thanks
Blog - rockwithnav.wordpress.com/
Twitter - https://twitter.com/RockwithNav
Facebook - https://facebook.com/rockwithnav/0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions