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.
Answers
You use need the encryption key/pattern both in NAV and i C#
Can u pls provide me some example . I have string field . I want to encrypt in Navision and then decrypt in c#
Thanks
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#
Can u provide some example in Navision how to encrypt
Thanks
ex: https://forum.mibuso.com/discussion/58457/nav-2013-md5-hash-generator
I encrypt in Navision then how i will decrypt in PHP/C# . Is there any simple solution
Thanks
You should google that rather than asking about C# and PHP in a NAV forum.
Again there a a lot of solution out there.
Blog - rockwithnav.wordpress.com/
Twitter - https://twitter.com/RockwithNav
Facebook - https://facebook.com/rockwithnav/